Structure given when a touch event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
Public Member Functions | |
TouchEventArg (SoRemoteVizClient *source, SoTouchEvent *touchEvent) | |
Default constructor. | |
SoRemoteVizClient * | getSource () const |
Returns the SoRemoteVizClient node that triggered the event. | |
SoTouchEvent * | getTouchEvent () const |
Returns the touch event. | |
Structure given when a touch event is raised.
Please refer to onTouchEvent event.
Definition at line 563 of file SoRemoteVizClient.h.
|
inline |
Default constructor.
Definition at line 566 of file SoRemoteVizClient.h.
|
inline |
Returns the SoRemoteVizClient node that triggered the event.
Definition at line 570 of file SoRemoteVizClient.h.
|
inline |
Returns the touch event.
Definition at line 573 of file SoRemoteVizClient.h.