TouchGesture Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Categorizes a touch or stylus movement.
Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Enumeration TouchGesture
public enum TouchGesture
public enum class TouchGesture
type TouchGesture
public enum TouchGesture
Members
| Member name | Description | |
|---|---|---|
| NoGesture | An error gesture or unknown gesture. | |
| Begin | Identifies the beginning of a gesture sequence. The application can use this to highlight an element or perform some other sort of notification. | |
| End | Identifies the end of a gesture sequence. Fired when the last finger involved in a gesture is removed. | |
| Right | Moving right. | |
| UpRight | Moving toward the top and right edges of the device. | |
| Up | Lifting the finger or stylus. | |
| UpLeft | Moving toward the top and left edges of the device. | |
| Left | Moving left. | |
| DownLeft | Moving toward the bottom and left edges of the device. | |
| Down | Moving toward the bottom edge of the device. | |
| DownRight | Moving toward the bottom and right edges of the device. | |
| Tap | A single rapid press and lift. | |
| DoubleTap | A rapid series of a press, lift, press, and lift. | |
| Zoom | A multi-touch gesture. Two touch points are moving toward each other or away from each other. | |
| Pan | A multi-touch gesture. A type of scrolling. | |
| Rotate | A multi-touch gesture. Two touch points are moving in a circular direction. | |
| TwoFingerTap | A multi-touch gesture. A simultaneous pair of rapid presses and lifts. | |
| Rollover | Press and tap. | |
| UserDefined | A custom-defined gesture. |