Purpose
Returns the current state of the Shift and Ctrl keys when an event occurs.
FCEventShiftState returns the following integer values based on the shift state:
Value |
Shift state |
0 |
no special state |
1 |
Shift key held |
2 |
Ctrl key held |
3 |
Shift and Ctrl keys held |
Syntax
FCEventShiftState
|