Changes between Version 9 and Version 10 of libwiimote

Show
Ignore:
Timestamp:
03/02/07 00:58:17 (6 years ago)
Author:
dsmith
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwiimote

    v9 v10  
    1212 id:: `NULL`, or pointer to be populated with unique id 
    1313==== Description ==== 
    14 Connect to a wiimote. 
     14Establish connection with a wiimote. 
    1515==== Return Value ==== 
    1616wiimote handle, or `NULL` on error 
     
    104104{{{ 
    105105#!c 
    106 void wiimote_mesg_callback_t(int id, int mesg_count, union wiimote_mesg* mesg[]) 
     106typedef void wiimote_mesg_callback_t(int, int, union wiimote_mesg* []); 
     107void mesg_callback(int id, int mesg_count, union wiimote_mesg* mesg[]); 
    107108}}} 
    108109==== Parameters ====