RetroArch
events.h
Go to the documentation of this file.
1 /* This source as presented is a modified version of original wiiuse for use
2  * with RetroArch, and must not be confused with the original software. */
3 
4 #ifndef __EVENTS_H__
5 #define __EVENTS_H__
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 void wiiuse_pressed_buttons(struct wiimote_t* wm, ubyte* msg);
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif
Wiimote structure.
Definition: wiiuse.h:594
void wiiuse_pressed_buttons(struct wiimote_t *wm, ubyte *msg)
Find what buttons are pressed.
Definition: events.c:319
static const unsigned char msg[]
Definition: ccm.c:375
unsigned char ubyte
Definition: wiiuse.h:187