Structure given when a mouse location event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
Public Member Functions | |
MouseLocationEventArg (SoRemoteVizClient *source, SoLocation2Event *mouseLocationEvent) | |
Default constructor. | |
SoRemoteVizClient * | getSource () const |
Returns the SoRemoteVizClient node that triggered the event. | |
SoLocation2Event * | getMouseLocationEvent () const |
Returns the mouse location event. | |
Structure given when a mouse location event is raised.
Please refer to onMouseLocationEvent event.
Definition at line 475 of file SoRemoteVizClient.h.
|
inline |
Default constructor.
Definition at line 478 of file SoRemoteVizClient.h.
|
inline |
Returns the mouse location event.
Definition at line 485 of file SoRemoteVizClient.h.
|
inline |
Returns the SoRemoteVizClient node that triggered the event.
Definition at line 482 of file SoRemoteVizClient.h.