|
wiiuse
|
Handles device I/O. More...
#include "wiiuse_internal.h"

Go to the source code of this file.
Functions | |
| void | wiiuse_init_platform_fields (struct wiimote_t *wm) |
| void | wiiuse_cleanup_platform_fields (struct wiimote_t *wm) |
| int | wiiuse_os_find (struct wiimote_t **wm, int max_wiimotes, int timeout) |
| int | wiiuse_os_connect (struct wiimote_t **wm, int wiimotes) |
| void | wiiuse_os_disconnect (struct wiimote_t *wm) |
| int | wiiuse_os_poll (struct wiimote_t **wm, int wiimotes) |
| int | wiiuse_os_read (struct wiimote_t *wm, byte *buf, int len) |
| int | wiiuse_os_write (struct wiimote_t *wm, byte report_type, byte *buf, int len) |
| unsigned long | wiiuse_os_ticks () |
Handles device I/O.
1.8.13