Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_MINValue: 0 |
FLICKMODE_OFFValue: 0 Pen flicks are not enabled. |
FLICKMODE_ONValue: 1 Pen flicks are enabled. |
FLICKMODE_LEARNINGValue: 2 |
FLICKMODE_MAXValue: 2 |
FLICKMODE_DEFAULTValue: 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 |