KPADInit

Syntax

#include <revolution/kpad.h>

void KPADInit( void );

Arguments

None.

Return Values

None.

Description

This function initializes the KPAD library. This function must be called once before calling any other KPAD functions. However, call WPADRegisterAllocator to register the allocator function used to allocate and deallocate memory for the WPAD library before calling this function. WPADInit is called inside this function.

See Also

KPADInitEx

Revision History

2008/05/29 Reverted the API to its former version. Added the KPADInitEx function to See Also.
2008/03/26 Modified the API so that the ring buffer used internally by the library is passed to it from the application.
2006/10/25 Revised the description to match KPAD version 2.
2006/06/19 Added a note specific to initialization.
2006/03/01 Initial version.


CONFIDENTIAL