Enum GestureLayer.GestureType

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for the supported gesture types.

C#
Copy
public enum 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.