gem. ETouchGestures

new ETouchGestures()

A class that represents different touch gestures.

This class provides properties to get the different touch gestures.

Properties
NameTypeDescription
TG_OnTouchobject

Represents a single touch gesture.

TG_OnLongDownobject

Represents a long press gesture.

TG_OnDoubleTouchobject

Represents a double touch gesture.

TG_OnTwoPointersTouchobject

Represents a two pointers touch gesture.

TG_OnTwoPointersDoubleTouchobject

Represents a two pointers double touch gesture.

TG_OnMoveobject

Represents a move gesture.

TG_OnTouchMoveobject

Represents a touch move gesture.

TG_OnSwipeobject

Represents a swipe gesture.

TG_OnPinchSwipeobject

Represents a pinch swipe gesture.

TG_OnPinchobject

Represents a pinch gesture.

TG_OnRotateobject

Represents a rotate gesture.

TG_OnShoveobject

Represents a shove gesture.

TG_OnTouchPinchobject

Represents a touch pinch gesture.

TG_OnTouchShoveobject

Represents a touch shove gesture.