Changes between Version 9 and Version 10 of libwiimote
- Timestamp:
- 03/02/07 00:58:17 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwiimote
v9 v10 12 12 id:: `NULL`, or pointer to be populated with unique id 13 13 ==== Description ==== 14 Connect toa wiimote.14 Establish connection with a wiimote. 15 15 ==== Return Value ==== 16 16 wiimote handle, or `NULL` on error … … 104 104 {{{ 105 105 #!c 106 void wiimote_mesg_callback_t(int id, int mesg_count, union wiimote_mesg* mesg[]) 106 typedef void wiimote_mesg_callback_t(int, int, union wiimote_mesg* []); 107 void mesg_callback(int id, int mesg_count, union wiimote_mesg* mesg[]); 107 108 }}} 108 109 ==== Parameters ====
