Site Tools
Sidebar
User's Manual
t2:mouse_gph
mouse.gph
#ifndef MOUSE_GPH_ #define MOUSE_GPH_ #define MMAP_INVERT 0x80 #define MOUSE_DPI -3 #define MREPORT_UPDATED -2 #define MREPORT_TIMESTAMP -1 #define MOUSE_X 0 #define MOUSE_Y 1 #define MOUSE_WHEEL 2 #define MWHEEL_FORWARD 2 #define MWHEEL_BACKWARD 3 #define MBUTTON_1 4 #define MBUTTON_2 5 #define MBUTTON_3 6 #define MBUTTON_4 7 #define MBUTTON_5 8 #define MBUTTON_6 9 #define MBUTTON_7 10 #define MBUTTON_8 11 #define MBUTTON_9 12 #define MBUTTON_10 13 #define MBUTTON_11 14 #define MBUTTON_12 15 #define MBUTTON_13 16 #define MBUTTON_14 17 #define MBUTTON_15 18 #define MBUTTON_16 19 #define MOUSE_ACPAN 20 #endif /* MOUSE_GPH_ */
t2/mouse_gph.txt · Last modified: 2020/04/15 11:41 by J2Kbr