ShiftState
From MMWiki
(Difference between revisions)
| Revision as of 16:14, 28 January 2009 Jiri (Talk | contribs) ← Previous diff |
Current revision Bex (Talk | contribs) |
||
| 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 | ||
Current revision
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
