KPRRemoveChar

Syntax

#include <revolution/kpr.h>

wchar_t KPRRemoveChar(KPRQueue *queue);

Arguments

queue Pointer to the queue from which to retrieve an unprocessed character.

Return Values

Returns the character gotten from the tail of the queue.

Description

This function retrieves a not-yet-processed character from the tail of a keyboard processing queue. If no character is available, it returns 0.

See Also

Key Processing Functions, KPRGetChar

Revision History

2007/07/09 Initial version.


CONFIDENTIAL