Structure given when a keyboard event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
Public Member Functions | |
KeyboardEventArg (SoRemoteVizClient *source, SoKeyboardEvent *keyboardEvent) | |
Default constructor. | |
SoRemoteVizClient * | getSource () const |
Returns the SoRemoteVizClient node that triggered the event. | |
SoKeyboardEvent * | getKeyboardEvent () const |
Returns the keyboard event. | |
Structure given when a keyboard event is raised.
Please refer to onKeyboardEvent event.
Definition at line 541 of file SoRemoteVizClient.h.
|
inline |
Default constructor.
Definition at line 544 of file SoRemoteVizClient.h.
|
inline |
Returns the keyboard event.
Definition at line 551 of file SoRemoteVizClient.h.
|
inline |
Returns the SoRemoteVizClient node that triggered the event.
Definition at line 548 of file SoRemoteVizClient.h.