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