RetroArch
|
Nunchuk expansion device. More...
#include <wiiuse.h>
Public Attributes | |
struct accel_t | accel_calib |
struct joystick_t | js |
int * | flags |
ubyte | btns |
ubyte | btns_last |
ubyte | btns_held |
ubyte | btns_released |
struct vec3w_t | accel |
struct orient_t | orient |
struct gforce_t | gforce |
Nunchuk expansion device.
struct vec3w_t nunchuk_t::accel |
current raw acceleration data
struct accel_t nunchuk_t::accel_calib |
nunchuk accelerometer calibration
ubyte nunchuk_t::btns |
what buttons have just been pressed
ubyte nunchuk_t::btns_held |
what buttons are being held down
ubyte nunchuk_t::btns_last |
what buttons have just been pressed
ubyte nunchuk_t::btns_released |
what buttons were just released this
int* nunchuk_t::flags |
options flag (points to wiimote_t.flags)
struct gforce_t nunchuk_t::gforce |
current gravity forces on each axis
struct joystick_t nunchuk_t::js |
joystick calibration
struct orient_t nunchuk_t::orient |
current orientation on each axis