#include <revolution/kpr.h> wchar_t KPRRemoveChar(KPRQueue *queue);
| queue | Pointer to the queue from which to retrieve an unprocessed character. |
|---|
Returns the character gotten from the tail of the queue.
This function retrieves a not-yet-processed character from the tail of a keyboard processing queue. If no character is available, it returns 0.
Key Processing Functions, KPRGetChar
2007/07/09 Initial version.
CONFIDENTIAL