ShiftState: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 16:14, 28 January 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:
- 1 ... WinKey
- 2 ... Shift
- 4 ... Alt
- 8 ... Ctrl
- 16 ... Left mouse
- 32 ... Right mouse
- 64 ... Middle mouse