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

See also

Flicks Gestures

Responding to Pen Flicks

WM_TABLET_FLICK message