#include <revolution/kpr.h>
void KPRSetMode(KPRQueue *queue, KPRMode mode);
|
Pointer to queue to change. |
mode |
New processing mode for queue. |
void |
None. |
This function sets the key processing mode for the given queue.
Each queue has a mode which indicates the type of processing to be done. More than one mode may be active at the same time, but with restrictions. Alt+keypad processing can always be turned on. Dead-key processing and Japanese-character processing are mutually exclusive. The two different kinds of Japanese-character processing are also mutually exclusive.
Key Processing Functions, KPRGetMode
2007/07/09 Initial version.