RetroArch
Public Attributes | List of all members
nunchuk_t Struct Reference

Nunchuk expansion device. More...

#include <wiiuse.h>

Collaboration diagram for nunchuk_t:
[legend]

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
 

Detailed Description

Nunchuk expansion device.

Member Data Documentation

◆ accel

struct vec3w_t nunchuk_t::accel

current raw acceleration data

◆ accel_calib

struct accel_t nunchuk_t::accel_calib

nunchuk accelerometer calibration

◆ btns

ubyte nunchuk_t::btns

what buttons have just been pressed

◆ btns_held

ubyte nunchuk_t::btns_held

what buttons are being held down

◆ btns_last

ubyte nunchuk_t::btns_last

what buttons have just been pressed

◆ btns_released

ubyte nunchuk_t::btns_released

what buttons were just released this

◆ flags

int* nunchuk_t::flags

options flag (points to wiimote_t.flags)

◆ gforce

struct gforce_t nunchuk_t::gforce

current gravity forces on each axis

◆ js

struct joystick_t nunchuk_t::js

joystick calibration

◆ orient

struct orient_t nunchuk_t::orient

current orientation on each axis


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