7 class ControleWii
: public Controle
{
9 cwiid_wiimote_t
*wiimote
; /* wiimote handle */
10 struct cwiid_state state
; /* wiimote state */
11 bdaddr_t bdaddr
; /* bluetooth device address */
13 unsigned char led_state
;
14 unsigned char rpt_mode
;
17 ControleWii(Player
&p
);
18 bool initializeWiimote();
19 virtual void handleEvent(SDL_Event
&e
);
20 virtual void handleOther();