|
wiiuse
|
Functions | |
| int | tatacon_handshake (struct wiimote_t *wm, struct tatacon_t *tatacon, byte *data, unsigned short len) |
| void | tatacon_disconnected (struct tatacon_t *tatacon) |
| The tatacon disconnected. More... | |
| void | tatacon_event (struct tatacon_t *tatacon, byte *msg) |
| Handle tatacon event. More... | |
| void | tatacon_pressed_buttons (struct tatacon_t *tatacon, byte now) |
| Find what buttons are pressed. More... | |
| void tatacon_disconnected | ( | struct tatacon_t * | tatacon | ) |
The tatacon disconnected.
| tatacon | A pointer to a tatacon_t structure. |
| void tatacon_event | ( | struct tatacon_t * | tatacon, |
| byte * | msg | ||
| ) |
Handle tatacon event.
| tatacon | A pointer to a tatacon_t structure. |
| msg | The message specified in the event packet. |
1.8.13