#include <revolution/kpadOld.h>
void KPADInit( void );
None.
None.
This function initializes the KPAD library. Although this function must be called once before calling any other KPAD 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.
2006/03/01 Initial version.
2006/06/19 Added notes specific to initialization.
2006/10/25 Changed the name from Revolution SDK 2.3 to KPADOld library.
CONFIDENTIAL