#include <revolution/kpad.h>
void KPADReset( void );
None.
None.
Stops the rumble motor immediately. The internal work will not be reset immediately with a certain exception. The actual reset will be performed at the next KPADRead call.
While this function may be effective when called at the time a value reset is desired (such as a scene change), it may adversely affect the button trigger operation. (If this function is called while a button is pressed, it will be treated as a new trigger input.)
It is recommended not to call this function where possible in KPAD library version 2. It does not need to be called even when swapping the external extension controllers.
2006/10/25 Revised description to match KPAD version 2.
2006/03/01 Initial version.