Shift key state

>Constants for shift key state for DragKey, LastKey and Key properties

Shift state constants

These constants give the shift key states for the DragKey, LastKey and menu Key properties.

DEF ENUM enumeration name KCML_SHIFT_MODIFIER_ENUM

Enumeration ValueValueDescription
_SHIFTSTATE_NONE0Nothing
_SHIFTSTATE_SHIFT1Shift key is down
_SHIFTSTATE_CTRL2Control key is down
_SHIFTSTATE_ALT4Alt key is down
_SHIFTSTATE_LBUTTON8Left mouse button is down
_SHIFTSTATE_MBUTTON16Middle mouse button is down
_SHIFTSTATE_RBUTTON32Right mouse button is down

Back to the list of Enumerations and Constants