m_QuickKeyCheck

This call enables an application to peek ahead at the next key in the keyboard buffer without having to do an m_action call from the main event loop. No task-swapping is performed in this call and it is significantly faster than the m_action call.

For example, this call could be made within a subsystem that performs a long operation. It would not have to interrupt the operation unless the return was non-zero.