repo.or.cz
/
libogc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usb 2.0 support through ios 58, and other usb improvements/corrections. patch by...
[libogc.git]
/
wiiuse
/
events.h
blob
b6f0c75542c4df70389945c264f9accd0a6a0a2e
1
#ifndef __EVENTS_H__
2
#define __EVENTS_H__
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
void
wiiuse_pressed_buttons
(
struct
wiimote_t
*
wm
,
ubyte
*
msg
);
9
10
#ifdef __cplusplus
11
}
12
#endif
13
14
#endif