FLICK_POINT structure (tabflicks.h)
Provides information about a pen flick.
Syntax
typedef struct FLICK_POINT {
INT x : 16;
INT y : 16;
} FLICK_POINT;
Members
x
The x-coordinate where the pen flick took place.
y
The y-coordinate where the pen flick took place.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | tabflicks.h |