Enum GestureLayer.GestureType

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Enumeration for the supported gesture types.

C#
Copy
[Obsolete("This has been deprecated in API12")] public enum GestureLayer.GestureType
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.