Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 2.4 KB

ne-tabflicks-scrolldirection.md

File metadata and controls

83 lines (61 loc) · 2.4 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:tabflicks.SCROLLDIRECTION
SCROLLDIRECTION (tabflicks.h)
Defines the direction of the scrolling command for a pen flick.
79d64632-a0ac-4c1b-83e3-76c9fbd11da9
SCROLLDIRECTION
SCROLLDIRECTION enumeration [Tablet PC]
SCROLLDIRECTION_DOWN
SCROLLDIRECTION_UP
tabflicks/SCROLLDIRECTION
tabflicks/SCROLLDIRECTION_DOWN
tabflicks/SCROLLDIRECTION_UP
tablet.scrolldirection
tablet\scrolldirection.htm
tablet
79d64632-a0ac-4c1b-83e3-76c9fbd11da9
12/05/2018
79d64632-a0ac-4c1b-83e3-76c9fbd11da9, SCROLLDIRECTION, SCROLLDIRECTION enumeration [Tablet PC], SCROLLDIRECTION_DOWN, SCROLLDIRECTION_UP, tabflicks/SCROLLDIRECTION, tabflicks/SCROLLDIRECTION_DOWN, tabflicks/SCROLLDIRECTION_UP, tablet.scrolldirection
tabflicks.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
SCROLLDIRECTION
19H1
SCROLLDIRECTION
tabflicks/SCROLLDIRECTION
c++
APIRef
kbSyntax
HeaderDef
tabflicks.h
SCROLLDIRECTION

SCROLLDIRECTION enumeration

-description

Defines the direction of the scrolling command for a pen flick.

-enum-fields

-field SCROLLDIRECTION_UP:0

The flick action is a Scroll Up command.

-field SCROLLDIRECTION_DOWN: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.

-see-also

flick_data structure

flicks gestures

responding to pen flicks

wm_tablet_flick message