#include <revolution/kbd.h>
KBDEc KBDInit (void);
None.
KBDEc |
Keyboard error code. KBD_SUCCESS if the call was successful.KBD_ERR_ALREADY_INITIALIZED if the library is already initialized.KBD_ERR_OTHER if a dependent library fails to initialize. |
Initializes the USB keyboard library. KBDInit must be called before using the USB keyboard library. The only functions that can be called before calling KBDInit are those that either set the region or register callbacks.
2007/03/19 Initial version.