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.
Defines the possible flick actions that can be assigned to a pen flick.
Syntax
typedef enum FLICKACTION_COMMANDCODE {
FLICKACTION_COMMANDCODE_NULL = 0,
FLICKACTION_COMMANDCODE_SCROLL = 1,
FLICKACTION_COMMANDCODE_APPCOMMAND = 2,
FLICKACTION_COMMANDCODE_CUSTOMKEY = 3,
FLICKACTION_COMMANDCODE_KEYMODIFIER = 4
} ;
Constants
FLICKACTION_COMMANDCODE_NULL Value: 0 No action is assigned to the pen flick. |
FLICKACTION_COMMANDCODE_SCROLL Value: 1 A scrolling command is assigned to the pen flick. |
FLICKACTION_COMMANDCODE_APPCOMMAND Value: 2 An application command is assigned to a pen flick. |
FLICKACTION_COMMANDCODE_CUSTOMKEY Value: 3 A customized key sequence is assigned to the pen flick. |
FLICKACTION_COMMANDCODE_KEYMODIFIER Value: 4 A key modifier is assigned to the pen flick. |
Remarks
In Control Panel, the user can assign commands to pen flicks. Four types of actions with pen flicks include:
- Scroll Up or Scroll Down.
- An application command such as Back or Undo
- Any keystroke or keystroke combination such as CONTROL+N.
- Activating a modifier key such as SHIFT
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | tabflicks.h |