ShiftState: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
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: | 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 | :1 ... WinKey | ||
:2 ... Shift | :2 ... Shift |
Revision as of 07:53, 31 October 2009
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