RetroArch
wii
libogc
wiiuse
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_t
Wiimote structure.
Definition:
wiiuse.h:594
wiiuse_pressed_buttons
void wiiuse_pressed_buttons(struct wiimote_t *wm, ubyte *msg)
Find what buttons are pressed.
Definition:
events.c:319
msg
static const unsigned char msg[]
Definition:
ccm.c:375
ubyte
unsigned char ubyte
Definition:
wiiuse.h:187
Generated by
1.8.15