Structure given when a mouse button event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
Public Member Functions | |
MouseButtonEventArg (SoRemoteVizClient *source, SoMouseButtonEvent *mouseButtonEvent) | |
SoRemoteVizClient * | getSource () const |
SoMouseButtonEvent * | getMouseButtonEvent () const |
Structure given when a mouse button event is raised.
Please refer to onMouseButtonEvent event.
SoRemoteVizClient::MouseButtonEventArg::MouseButtonEventArg | ( | SoRemoteVizClient * | source, | |
SoMouseButtonEvent * | mouseButtonEvent | |||
) | [inline] |
Default constructor.
SoMouseButtonEvent* SoRemoteVizClient::MouseButtonEventArg::getMouseButtonEvent | ( | ) | const [inline] |
Returns the mouse button event.
SoRemoteVizClient* SoRemoteVizClient::MouseButtonEventArg::getSource | ( | ) | const [inline] |
Returns the SoRemoteVizClient node that triggered the event.