![]() |
Home |
|
Function KBKeyPressedKBKeyPressed checks whether a key is available in the keyboard buffer. RTKBool KBKeyPressed(void); If characters are available in the keyboard buffer, TRUE is returned and KBGetCh or any other keyboard reading function would succeed immediately. KBKeyPressed corresponds to the kbhit function supplied by most C/C++ compilers.
|