Table of Contents

Enum TouchAction

Namespace
Stride.UI
Assembly
Stride.UI.dll

Describes the action of a specific touch point.

public enum TouchAction

Fields

Down = 0

The act of putting a finger onto the screen.

Move = 1

The act of dragging a finger across the screen.

Up = 2

The act of lifting a finger off of the screen.