RetroArch
motion_plus.h
Go to the documentation of this file.
1 
6 /* This source as presented is a modified version of original wiiuse for use
7  * with RetroArch, and must not be confused with the original software. */
8 
9 #ifndef MOTION_PLUS_H_INCLUDED
10 #define MOTION_PLUS_H_INCLUDED
11 
12 #include "wiiuse_internal.h"
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
19 
20 void motion_plus_event(struct motion_plus_t* mp, ubyte* msg);
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif
Definition: wiiuse.h:517
General internal wiiuse stuff.
void motion_plus_disconnected(struct motion_plus_t *mp)
Definition: motion_plus.c:81
static const unsigned char msg[]
Definition: ccm.c:375
void motion_plus_event(struct motion_plus_t *mp, ubyte *msg)
Definition: motion_plus.c:87
unsigned char ubyte
Definition: wiiuse.h:187