This document is archived and information here might be outdated. Recommended version. |
Ink gesture enumeration. These codes are returned by the OnGesture event when a particular gesture is recognized.
Constant | Value | Description |
---|---|---|
ETPC_DownLeft | 0 | Down left gesture. |
ETPC_RightUp | 1 | Right up gesture. |
ETPC_Scratchout | 2 | Scratchout gesture. |
ETPC_ChevronLeft | 3 | Chevron left gesture. |
ETPC_ChevronRight | 4 | Chevron right gesture. |
ETPC_ChevronUp | 5 | Chevron up gesture. |
ETPC_ChevronDown | 6 | Chevron down gesture. |
ETPC_SemiCircleLeft | 7 | Semicircle left gesture. |
ETPC_SemiCircleRight | 8 | Semicircle right gesture. |
ETPC_ArrowLeft | 9 | Arrow left gesture. |
ETPC_ArrowRight | 10 | Arrow right gesture. |
ETPC_ArrowUp | 11 | Arrow Up gesture. |
ETPC_ArrowDown | 12 | Arrow Down gesture. |
The gesture type returned by the TabletPCExt::OnGesture event. Use the OnGesture event and the ESRITPCGestures enumeration to respond to different gestures that are made when creating an ink sketch.
Note: Gestures are only supported on the Windows XP Tablet PC Edition operating systems. The OnGesture event will not fire on a non-tablet pc.