KPRSetMode

Syntax

#include <revolution/kpr.h>
void KPRSetMode(KPRQueue *queue, KPRMode mode);

Arguments

queue Pointer to queue to change.
mode New processing mode for queue.

Return Values

None.

Description

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.

See Also

Key Processing Functions, KPRGetMode

Revision History

2007/07/09 Initial version.


CONFIDENTIAL