Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
InkCollectorEventInterest enumeration (msinkaut.h)
Defines values that are used to specify whether an event occurred on an ink collector and, if so, which event fired. To get the status of a given event, call the GetEventInterest method. To set the status of a given event, call the SetEventInterest method.
Syntax
typedef enum InkCollectorEventInterest {
ICEI_DefaultEvents = -1,
ICEI_CursorDown,
ICEI_Stroke,
ICEI_NewPackets,
ICEI_NewInAirPackets,
ICEI_CursorButtonDown,
ICEI_CursorButtonUp,
ICEI_CursorInRange,
ICEI_CursorOutOfRange,
ICEI_SystemGesture,
ICEI_TabletAdded,
ICEI_TabletRemoved,
ICEI_MouseDown,
ICEI_MouseMove,
ICEI_MouseUp,
ICEI_MouseWheel,
ICEI_DblClick,
ICEI_AllEvents
} ;
Constants
ICEI_DefaultEventsValue: -1 The ink collector is interested in the Stroke, CursorInRange, and CursorOutOfRange events. |
ICEI_CursorDownThe ink collector detects a cursor down. |
ICEI_StrokeSpecifies that a new stroke is drawn on a tablet. |
ICEI_NewPacketsThe ink collector receives a packet. |
ICEI_NewInAirPacketsThe ink collector detects an in-air packet. |
ICEI_CursorButtonDownThe ink collector detects a cursor button down. |
ICEI_CursorButtonUpThe ink collector detects a cursor button up. |
ICEI_CursorInRangeSpecifies that a cursor is detected in range of a tablet. |
ICEI_CursorOutOfRangeSpecifies that a cursor is detected leaving the range of a tablet. |
ICEI_SystemGestureThe ink collector recognizes a system gesture. |
ICEI_TabletAddedSpecifies that a tablet was added to the system. |
ICEI_TabletRemovedSpecifies that a tablet was removed from the system. |
ICEI_MouseDownThe mouse pointer is over the object and a mouse button is pressed. |
ICEI_MouseMoveThe mouse pointer is moved over the object. |
ICEI_MouseUpThe mouse pointer is over the object and a mouse button is released. |
ICEI_MouseWheelThe mouse wheel moves while the object has focus. |
ICEI_DblClickThe object was double-clicked. |
ICEI_AllEventsThe ink collector recognizes all events. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server | None supported |
| Header | msinkaut.h |
See also
Feedback
Was this page helpful?
