Structure given when a mouse button event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
Inheritance diagram for SoRemoteVizClient::MouseButtonEventArg:Public Member Functions | |
| MouseButtonEventArg (SoRemoteVizClient *source, SoMouseButtonEvent *mouseButtonEvent) | |
| Default constructor. | |
| SoRemoteVizClient * | getSource () const |
| Returns the SoRemoteVizClient node that triggered the event. | |
| SoMouseButtonEvent * | getMouseButtonEvent () const |
| Returns the mouse button event. | |
Structure given when a mouse button event is raised.
Please refer to onMouseButtonEvent event.
Definition at line 497 of file SoRemoteVizClient.h.
|
inline |
Default constructor.
Definition at line 500 of file SoRemoteVizClient.h.
|
inline |
Returns the mouse button event.
Definition at line 507 of file SoRemoteVizClient.h.
|
inline |
Returns the SoRemoteVizClient node that triggered the event.
Definition at line 504 of file SoRemoteVizClient.h.