RetroArch
|
Generic expansion device plugged into wiimote. More...
#include <wiiuse.h>
Public Attributes | |
int | type |
union { | |
struct nunchuk_t nunchuk | |
struct classic_ctrl_t classic | |
struct guitar_hero_3_t gh3 | |
struct wii_board_t wb | |
struct motion_plus_t mp | |
}; | |
Generic expansion device plugged into wiimote.
union { ... } |
struct classic_ctrl_t expansion_t::classic |
struct guitar_hero_3_t expansion_t::gh3 |
struct motion_plus_t expansion_t::mp |
struct nunchuk_t expansion_t::nunchuk |
int expansion_t::type |
type of expansion attached
struct wii_board_t expansion_t::wb |