Structure given when a touch event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
Public Member Functions | |
TouchEventArg (SoRemoteVizClient *source, SoTouchEvent *touchEvent) | |
SoRemoteVizClient * | getSource () const |
SoTouchEvent * | getTouchEvent () const |
Structure given when a touch event is raised.
Please refer to onTouchEvent event.
SoRemoteVizClient::TouchEventArg::TouchEventArg | ( | SoRemoteVizClient * | source, | |
SoTouchEvent * | touchEvent | |||
) | [inline] |
Default constructor.
SoRemoteVizClient* SoRemoteVizClient::TouchEventArg::getSource | ( | ) | const [inline] |
Returns the SoRemoteVizClient node that triggered the event.
SoTouchEvent* SoRemoteVizClient::TouchEventArg::getTouchEvent | ( | ) | const [inline] |
Returns the touch event.