Structure given when a keyboard event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
Public Member Functions | |
KeyboardEventArg (SoRemoteVizClient *source, SoKeyboardEvent *keyboardEvent) | |
SoRemoteVizClient * | getSource () const |
SoKeyboardEvent * | getKeyboardEvent () const |
Structure given when a keyboard event is raised.
Please refer to onKeyboardEvent event.
SoRemoteVizClient::KeyboardEventArg::KeyboardEventArg | ( | SoRemoteVizClient * | source, | |
SoKeyboardEvent * | keyboardEvent | |||
) | [inline] |
Default constructor.
SoKeyboardEvent* SoRemoteVizClient::KeyboardEventArg::getKeyboardEvent | ( | ) | const [inline] |
Returns the keyboard event.
SoRemoteVizClient* SoRemoteVizClient::KeyboardEventArg::getSource | ( | ) | const [inline] |
Returns the SoRemoteVizClient node that triggered the event.