Enum GestureState
Defines constants for behavior of the GestureState.
- INTERACTED means surface has been interacted with touch, swipe or zoom events.
- NOT_INTERACTED means surface does not have any interactions or has been reset.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum GestureState extends Enum<GestureState>
Fields
| Name | Description |
|---|---|
| INTERACTED | |
| NOT_INTERACTED |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |