Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |