#include <revolution/kpr.h> void KPRSetMode(KPRQueue *queue, KPRMode mode);
queue |
Pointer to queue to change. |
|---|---|
| mode | New processing mode for queue. |
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 be turned on at any time. 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.
CONFIDENTIAL