Share

ShiftStateEnum Enumerator

Description

Enumeration of the 'shift' key (SHIFT, CTRL and ALT) combination.

Methods

Name Value Description
kShiftStateAlt 4 key pressed.
kShiftStateCtrl 2 key pressed.
kShiftStateCtrlAlt 6 + keys pressed.
kShiftStateNone 0 None of the 'shift' keys pressed.
kShiftStateShift 1 key pressed.
kShiftStateShiftAlt 5 + keys pressed.
kShiftStateShiftCtrl 3 + keys pressed.
kShiftStateShiftCtrlAlt 7 + + keys pressed.

Version

Introduced in version 5

Was this information helpful?