change PAD_ScanPads()s behaviour. the return value now contains a bitmask of the...
[libogc.git] / wiiuse / motion_plus.h
blob9f587cacf5f82a049394de8bbfffb7005490bb11
1 /**
2 * @file
3 * @brief Motion plus extension
4 */
6 #ifndef MOTION_PLUS_H_INCLUDED
7 #define MOTION_PLUS_H_INCLUDED
9 #include "wiiuse_internal.h"
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
15 void motion_plus_disconnected(struct motion_plus_t* mp);
17 void motion_plus_event(struct motion_plus_t* mp, ubyte* msg);
19 #ifdef __cplusplus
21 #endif
23 #endif