Go to the documentation of this file.
39#define BV_KEY_PRESS 0x001
40#define BV_KEY_RELEASE 0x002
41#define BV_LEFT_MOUSE_PRESS 0x004
42#define BV_LEFT_MOUSE_RELEASE 0x008
43#define BV_RIGHT_MOUSE_PRESS 0x010
44#define BV_RIGHT_MOUSE_RELEASE 0x020
45#define BV_MIDDLE_MOUSE_PRESS 0x040
46#define BV_MIDDLE_MOUSE_RELEASE 0x080
47#define BV_CTRL_MOD 0x100
48#define BV_SHIFT_MOD 0x200
49#define BV_ALT_MOD 0x400