|
wiiuse
|
Nunchuk expansion device. More...
#include <wiiuse.h>

Public Attributes | |
| struct accel_t | accel_calib |
| nunchuk accelerometer calibration | |
| struct joystick_t | js |
| joystick calibration | |
| int * | flags |
| options flag (points to wiimote_t.flags) | |
| byte | btns |
| what buttons have just been pressed | |
| byte | btns_held |
| what buttons are being held down | |
| byte | btns_released |
| what buttons were just released this | |
| float | orient_threshold |
| threshold for orient to generate an event | |
| int | accel_threshold |
| threshold for accel to generate an event | |
| struct vec3b_t | accel |
| current raw acceleration data | |
| struct orient_t | orient |
| current orientation on each axis | |
| struct gforce_t | gforce |
| current gravity forces on each axis | |
Nunchuk expansion device.
1.8.13