KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
mouse_state_t Struct Reference

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...
 

Detailed Description

Mouse status structure.

This structure contains information about the status of the mouse device, and can be fetched with maple_dev_status().

Field Documentation

uint32 mouse_state_t::buttons

Buttons pressed bitmask.

See also
Mouse button codes
int mouse_state_t::dx

X movement value.

int mouse_state_t::dy

Y movement value.

int mouse_state_t::dz

Z movement value.


The documentation for this struct was generated from the following file: