FLICKMODE enumeration (tabflicks.h)
Describes where Flick gestures are enabled.
Syntax
typedef enum FLICKMODE {
FLICKMODE_MIN = 0,
FLICKMODE_OFF = 0,
FLICKMODE_ON = 1,
FLICKMODE_LEARNING = 2,
FLICKMODE_MAX = 2,
FLICKMODE_DEFAULT = 1
} ;
Constants
FLICKMODE_MIN Value: 0 |
FLICKMODE_OFF Value: 0 Pen flicks are not enabled. |
FLICKMODE_ON Value: 1 Pen flicks are enabled. |
FLICKMODE_LEARNING Value: 2 |
FLICKMODE_MAX Value: 2 |
FLICKMODE_DEFAULT Value: 1 |
Remarks
The HKEY_CURRENT_USER\Software\Microsoft\Wisp\Pen\SysEventParameters subkey has an entry called FlickMode that indicates whether pen flicks are enabled. The value of the entry is one of the FLICKMODE enumeration values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | tabflicks.h |