Enum GestureLayer.GestureType
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the supported gesture types.
public enum GestureLayer.GestureType
Fields
Name | Description |
---|---|
DoubleTap | N fingers double-single taps. |
Flick | N fingers flick gesture. |
Line | N fingers line gesture. |
LongTap | N fingers single long-taps. |
Momentum | Reports momentum in the direction of the move. |
Rotate | Rotate. |
Tap | N fingers single taps. |
TripleTap | N fingers triple-single taps. |
Zoom | Zoom. |