GestureState Enum

Definition

Enumeration specifying the various states of a gesture.

public enum GestureState
type GestureState = 
Inheritance
GestureState

Fields

Began 0

The gesture has begun and has not ended, failed, or been cancelled.

Cancelled 4

The gesture was cancelled.

Ended 2

The gesture has ended.

Failed 3

The gesture was not recognized.

Possible 5

The gesture is in progress and may still become recognizable.

Update 1

The gesture state is being updated.

Applies to