#include "kbd_autoRepeat.h";
void KBD_InitPadRepeat( u16 mask );
mask | The logical sum of key and button values for which the repeat status is being recorded. |
None.
Initializes the pad repeat settings.
This function uses the default values for the number of frames prior to repeat start and for the repeat interval.
Call KBD_InitPadRepeatValue()
to set these values.
In addition, this function is called within KDB_Init()
and the repeat setting is performed on the entire +Control Pad and the B and Y Buttons.
An update of the repeat count is performed within KBD_Update()
(or KBD_UpdateValue()
).
CONFIDENTIAL