KPRGetMode

Syntax

#include <revolution/kpr.h>

KPRMode KPRGetMode(KPRQueue *queue);

Arguments

queue Pointer to the queue to query.

Return Values

Returns the key processing mode set for the queue.

Description

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.

See Also

Key Processing Functions, KPRSetMode

Revision History

2007/07/09 Initial version.


CONFIDENTIAL