FLICKDIRECTION enumeration (tabflicks.h)

Defines the directions in which a pen flick has occurred.

Syntax

typedef enum FLICKDIRECTION {
  FLICKDIRECTION_MIN = 0,
  FLICKDIRECTION_RIGHT = 0,
  FLICKDIRECTION_UPRIGHT = 1,
  FLICKDIRECTION_UP = 2,
  FLICKDIRECTION_UPLEFT = 3,
  FLICKDIRECTION_LEFT = 4,
  FLICKDIRECTION_DOWNLEFT = 5,
  FLICKDIRECTION_DOWN = 6,
  FLICKDIRECTION_DOWNRIGHT = 7,
  FLICKDIRECTION_INVALID = 8
} ;

Constants

 
FLICKDIRECTION_MIN
Value: 0
FLICKDIRECTION_RIGHT
Value: 0
A pen flick to the right.
FLICKDIRECTION_UPRIGHT
Value: 1
A pen flick to the upper right.
FLICKDIRECTION_UP
Value: 2
An upward pen flick.
FLICKDIRECTION_UPLEFT
Value: 3
A pen flick to the upper left.
FLICKDIRECTION_LEFT
Value: 4
A pen flick to the left.
FLICKDIRECTION_DOWNLEFT
Value: 5
A pen flick to the lower left.
FLICKDIRECTION_DOWN
Value: 6
A downward pen flick.
FLICKDIRECTION_DOWNRIGHT
Value: 7
A pen flick to the down right.
FLICKDIRECTION_INVALID
Value: 8
An invalid pen flick.

Remarks

A pen flick is a unidirectional pen gesture that requires the user to contact the digitizer in a quick, straight flicking motion. A flick is characterized by high speed and a high degree of straightness. A flick is identified by its direction. Flicks can be made in eight directions corresponding to the cardinal and secondary compass directions.

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

FLICK_DATA Structure

Flicks Gestures

Responding to Pen Flicks

WM_TABLET_FLICK Message