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).
Rotation is a continuous gesture.
Drag = 0
The user touched the screen and then performed a free translation.
Drag is a continuous gesture.
Flick = 1
The user touched the screen and then performed a quick swipe.
Flick is a discrete gesture.
LongPress = 2
The user touched and maintained a point on the screen.
LongPress is a discrete gesture.
Tap = 4
The user touched the screen.
Tap is a discrete gesture.