Go to the documentation of this file.
18 #ifndef __DC_MAPLE_MOUSE_H
19 #define __DC_MAPLE_MOUSE_H
21 #include <sys/cdefs.h>
32 #define MOUSE_RIGHTBUTTON (1<<1)
33 #define MOUSE_LEFTBUTTON (1<<2)
34 #define MOUSE_SIDEBUTTON (1<<3)
38 #define MOUSE_DELTA_CENTER 0x200
88 void mouse_shutdown();