Skip to main content

TouchGesture Enum

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input

Identifies a touch gesture.

public enum TouchGesture : uint

Fields

NameValueDescription
NoGesture0No gesture, or an unknown gesture.
Begin1The beginning of a gesture sequence.
End2The end of a gesture sequence.
Right3A swipe to the right.
UpRight4A swipe up and to the right.
Up5A swipe upward.
UpLeft6A swipe up and to the left.
Left7A swipe to the left.
DownLeft8A swipe down and to the left.
Down9A swipe downward.
DownRight10A swipe down and to the right.
Tap11A tap.
DoubleTap12A double tap.
Zoom114A pinch (zoom) gesture.
Pan115A pan (scroll) gesture.
Rotate116A rotate gesture.
TwoFingerTap117A two-finger tap.
Rollover118A press-and-tap (rollover) gesture.
UserDefined200A user-defined gesture.