Enum GestureType
List all the available type of Gestures.
public enum GestureType
Fields
Composite = 3
The user touched two points of the screen and performed a composite transformation (translation, rotation, scale).
Drag = 0
The user touched the screen and then performed a free translation.
Flick = 1
The user touched the screen and then performed a quick swipe.
LongPress = 2
The user touched and maintained a point on the screen.
Tap = 4
The user touched the screen.