#include <revolution/kpad.h>
void KPADInit( void );
None.
None.
This function initializes the KPAD library. Although this function must be called once before calling any other KPAD API functions, in the KPAD library supporting UI Tool Version 4, WPADRegisterAllocator must be called before this function. This allows the allocator function for allocating and deallocating memory for the WPAD library to be registered first.WPADInit is called inside this function.
03/01/2006 Initial version.
06/19/2006 Added notes specific to initialization.