Defines |
|
#define | MOUSE_SHIFT (1<<0) |
Indicates the Shift key is pressed. |
|
#define | MOUSE_CTRL (1<<1) |
Indicates the Ctrl key is pressed. |
|
#define | MOUSE_ALT (1<<2) |
Indicates the Alt key is pressed. |
|
#define | MOUSE_LBUTTON (1<<3) |
Indicates the Left button is down. |
|
#define | MOUSE_MBUTTON (1<<4) |
Indicates the Middle button is down.
|
|
#define | MOUSE_RBUTTON (1<<5) |
Indicates the Right button is down. |
#define MOUSE_SHIFT (1<<0) |
Indicates the Shift key is pressed.
#define MOUSE_CTRL (1<<1) |
Indicates the Ctrl key is pressed.
#define MOUSE_ALT (1<<2) |
Indicates the Alt key is pressed.
#define MOUSE_LBUTTON (1<<3) |
Indicates the Left button is down.
#define MOUSE_MBUTTON (1<<4) |
Indicates the Middle button is down.
#define MOUSE_RBUTTON (1<<5) |
Indicates the Right button is down.