RetroArch
Public Attributes | List of all members
expansion_t Struct Reference

Generic expansion device plugged into wiimote. More...

#include <wiiuse.h>

Collaboration diagram for expansion_t:
[legend]

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
 
}; 
 

Detailed Description

Generic expansion device plugged into wiimote.

Member Data Documentation

◆ @865

union { ... }

◆ classic

struct classic_ctrl_t expansion_t::classic

◆ gh3

struct guitar_hero_3_t expansion_t::gh3

◆ mp

struct motion_plus_t expansion_t::mp

◆ nunchuk

struct nunchuk_t expansion_t::nunchuk

◆ type

int expansion_t::type

type of expansion attached

◆ wb

struct wii_board_t expansion_t::wb

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