SCROLLDIRECTION enumeration (tabflicks.h)
Defines the direction of the scrolling command for a pen flick.
Syntax
typedef enum SCROLLDIRECTION {
SCROLLDIRECTION_UP = 0,
SCROLLDIRECTION_DOWN = 1
} ;
Constants
SCROLLDIRECTION_UP Value: 0 The flick action is a Scroll Up command. |
SCROLLDIRECTION_DOWN Value: 1 The flick action is a Scroll Down command. |
Remarks
When the user performs a pen flick that is assigned to a scrolling command, the WM_TABLET_FLICK Message sends the direction of the scrolling command as part of the FLICK_DATA Structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | tabflicks.h |