TouchGesture Enumeration

Categorizes a touch or stylus movement.

Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public enum TouchGesture

Members

  Member name Description
Begin Identifies the beginning of a gesture sequence. The application can use this to highlight a UIElement or perform some other sort of notification.
DoubleTap A rapid series of a press, lift, press, and lift.
Down Moving toward the bottom edge of the device.
DownLeft Moving toward the bottom and left edges of the device.
DownRight Moving toward the bottom and right edges of the device.
End Identifies the end of a gesture sequence. Fired when the last finger involved in a gesture is removed.
Left Moving left.
NoGesture An error gesture or unknown gesture.
Pan A multi-touch gesture. A type of scrolling.
Right Moving right.
Rollover Press and tap.
Rotate A multi-touch gesture. Two touch points are moving in a circular direction.
Tap A single rapid press and lift.
TwoFingerTap A multi-touch gesture. A simultaneous pair of rapid presses and lifts.
Up Lifting the finger or stylus.
UpLeft Moving toward the top and left edges of the device.
UpRight Moving toward the top and right edges of the device.
UserDefined A custom-defined gesture.
Zoom A multi-touch gesture. Two touch points are moving toward each other or away from each other.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

Microsoft.SPOT.Input Namespace