GestureType Enum
Namespace: Stride.InputAssembly: Stride.Input.dll
List all the available type of Gestures.
public enum GestureType
Fields
Name | Description |
---|---|
Composite | The user touched two points of the screen and performed a composite transformation (translation, rotation, scale). |
Drag | The user touched the screen and then performed a free translation. |
Flick | The user touched the screen and then performed a quick swipe. |
LongPress | The user touched and maintained a point on the screen. |
Tap | The user touched the screen. |