new ETouchGestures()
A class that represents different touch gestures.
This class provides properties to get the different touch gestures.
Name | Type | Description |
---|---|---|
TG_OnTouch | object | Represents a single touch gesture. |
TG_OnLongDown | object | Represents a long press gesture. |
TG_OnDoubleTouch | object | Represents a double touch gesture. |
TG_OnTwoPointersTouch | object | Represents a two pointers touch gesture. |
TG_OnTwoPointersDoubleTouch | object | Represents a two pointers double touch gesture. |
TG_OnMove | object | Represents a move gesture. |
TG_OnTouchMove | object | Represents a touch move gesture. |
TG_OnSwipe | object | Represents a swipe gesture. |
TG_OnPinchSwipe | object | Represents a pinch swipe gesture. |
TG_OnPinch | object | Represents a pinch gesture. |
TG_OnRotate | object | Represents a rotate gesture. |
TG_OnShove | object | Represents a shove gesture. |
TG_OnTouchPinch | object | Represents a touch pinch gesture. |
TG_OnTouchShove | object | Represents a touch shove gesture. |