TouchAction Enum
Namespace: Stride.UIAssembly: Stride.UI.dll
Describes the action of a specific touch point.
public enum TouchAction
Fields
Name | Description |
---|---|
Down | The act of putting a finger onto the screen. |
Move | The act of dragging a finger across the screen. |
Up | The act of lifting a finger off of the screen. |