KallistiOS  2.0.0
 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.
int dx
 X movement value.
int dy
 Y movement value.
int dz
 Z movement value.

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: