DOS/32 Advanced DOS Extender - D32A C/C++ Run-Time Library Reference
3.01 - DOS/32 Advanced D32A Library function - d32a_kbhit()
Synopsys:
#include <d32a.h>
int d32a_kbhit(void);
Description:
The d32a_kbhit function tests whether or not a keystroke is currently
available. The getch function of WATCOM C/C++ standard Run-Time library
can be used to retrieve the character from the buffer.
Returns:
TRUE when a keystroke is available, FALSE otherwise.
Copyright © DOS/32 Advanced Team 1996-2002 All Rights Reserved
|