Enum GestureLayer.GestureState
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the gesture states.
public enum GestureLayer.GestureState
Fields
Name | Description |
---|---|
Abort | Ongoing gesture is aborted. |
End | Gesture completed. |
Move | Gesture is ongoing. |
Start | Gesture started. |
Undefined | Gesture not started. |