| KallistiOS
    ##version##
    | 
Mouse status structure. More...
#include <dc/maple/mouse.h>
| Data Fields | |
| uint32 | buttons | 
| Buttons pressed bitmask.  More... | |
| int | dx | 
| X movement value.  More... | |
| int | dy | 
| Y movement value.  More... | |
| int | dz | 
| Z movement value.  More... | |
Mouse status structure.
This structure contains information about the status of the mouse device, and can be fetched with maple_dev_status().
| uint32 mouse_state_t::buttons | 
Buttons pressed bitmask.
| int mouse_state_t::dx | 
X movement value.
| int mouse_state_t::dy | 
Y movement value.
| int mouse_state_t::dz | 
Z movement value.
 1.8.7
 1.8.7