Enum GestureLayer.GestureState

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Enumeration for the gesture states.

C#
Copy
public enum GestureLayer.GestureState
Name Description
Abort

Ongoing gesture is aborted.

End

Gesture completed.

Move

Gesture is ongoing.

Start

Gesture started.

Undefined

Gesture not started.