#include <revolution/kpr.h> KPRMode KPRGetMode(KPRQueue *queue);
| queue | Pointer to the queue to query. |
|---|
Returns the key processing mode set for the queue.
This function is used to query the key processing mode for a 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, KPRSetMode
2007/07/09 Initial version.
CONFIDENTIAL