Enum Gesture.StateType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Enumeration for state of the gesture.

C#
Copy
public enum StateType
Name Description
Cancelled

The gesture has been cancelled.

Clear

There is no state associated with this gesture.

Continuing

The gesture is continuing.

Finished

The user has lifted a finger or touched an additional point on the screen.

Possible

A gesture is possible.

Started

The touched points on the screen have moved enough to be considered a gesture.