RetroArch
|
#include <stdio.h>
#include <sys/time.h>
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "dynamics.h"
#include "definitions.h"
#include "wiiuse_internal.h"
#include "events.h"
#include "nunchuk.h"
#include "classic.h"
#include "motion_plus.h"
#include "ir.h"
#include "io.h"
Functions | |
static void | event_data_read (struct wiimote_t *wm, ubyte *msg) |
static void | event_ack (struct wiimote_t *wm, ubyte *msg) |
static void | event_status (struct wiimote_t *wm, ubyte *msg) |
static void | handle_expansion (struct wiimote_t *wm, ubyte *msg) |
void | idle_cycle (struct wiimote_t *wm) |
Called on a cycle where no significant change occurs. More... | |
void | parse_event (struct wiimote_t *wm) |
void | wiiuse_pressed_buttons (struct wiimote_t *wm, ubyte *msg) |
Find what buttons are pressed. More... | |
Called on a cycle where no significant change occurs.
wm | Pointer to a wiimote_t structure. |