#include <revolution/kpad.h> void KPADShutdown( void );
None.
None.
Stops the KPAD library.
The KPAD library registers callback functions in the WPAD library. Specifically, it registers the callback function called when data is received from a Wii Remote to the WPADSetSamplingCallback function, and the callback function called on Wii Remote connection/disconnection to the WPADSetConnectCallback function. Calling KPADShutdown will eliminate the internal callbacks in the functions listed above, but user callbacks registered by the application in the WPAD library will not be affected.
WPADSetSamplingCallback, WPADSetConnectCallback
2008/04/17 Initial version.
CONFIDENTIAL