ShiftState
Shift state is an integer value specifying set of keys currently pressed. It can be a combination (i.e. binary OR) of any of the following values:
- 0 ... <Nothing>
- 1 ... WinKey
- 2 ... Shift
- 4 ... Alt
- 8 ... Ctrl
- 16 ... Left mouse
- 32 ... Right mouse
- 64 ... Middle mouse