RetroArch
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "definitions.h"
#include "wiiuse_internal.h"
#include "dynamics.h"
#include "events.h"
#include "io.h"
Functions | |
void | wiiuse_motion_plus_check (struct wiimote_t *wm, ubyte *data, uword len) |
static void | wiiuse_set_motion_plus_clear2 (struct wiimote_t *wm, ubyte *data, uword len) |
static void | wiiuse_set_motion_plus_clear1 (struct wiimote_t *wm, ubyte *data, uword len) |
void | wiiuse_set_motion_plus (struct wiimote_t *wm, int status) |
void | motion_plus_disconnected (struct motion_plus_t *mp) |
void | motion_plus_event (struct motion_plus_t *mp, ubyte *msg) |
void motion_plus_disconnected | ( | struct motion_plus_t * | mp | ) |
void motion_plus_event | ( | struct motion_plus_t * | mp, |
ubyte * | msg | ||
) |