TouchAction Enum

Definition

Describes the action of a specific touch point.

public enum class TouchAction
public enum TouchAction
type TouchAction = 
Public Enum TouchAction
Inheritance
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.

Applies to