KallistiOS
##version##
|
Definitions for using the mouse device. More...
Go to the source code of this file.
Data Structures | |
struct | mouse_cond_t |
struct | mouse_state_t |
Mouse status structure. More... | |
Macros | |
#define | MOUSE_RIGHTBUTTON (1<<1) |
Right mouse button. More... | |
#define | MOUSE_LEFTBUTTON (1<<2) |
Left mouse button. More... | |
#define | MOUSE_SIDEBUTTON (1<<3) |
Side mouse button. More... | |
#define | MOUSE_DELTA_CENTER 0x200 |
Mouse center value in the raw condition structure. More... | |
Definitions for using the mouse device.
This file contains the definitions needed to access the Maple mouse type device.
#define MOUSE_DELTA_CENTER 0x200 |
Mouse center value in the raw condition structure.