#include <revolution/kpr.h> void KPRInitQueue(KPRQueue *queue);
queue |
Pointer to a queue to be initialized. |
|---|
None.
This function clears a queue and sets the default processing mode to KPR_MODE_ALT_KEYPAD. It should be called after a queue is created and before it is used. It may also be called again to clear the queue and reset the processing mode.
Key Processing API Function List
2007/07/09 Initial version.
CONFIDENTIAL