Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Defines the direction of the scrolling command for a pen flick.
Syntax
typedef enum SCROLLDIRECTION {
SCROLLDIRECTION_UP = 0,
SCROLLDIRECTION_DOWN = 1
} ;
Constants
SCROLLDIRECTION_UPValue: 0 The flick action is a Scroll Up command. |
SCROLLDIRECTION_DOWNValue: 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 |