home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
DRIVERS
/
IBMPC
/
PC_GETKE.C
< prev
next >
Wrap
Text File
|
2000-02-11
|
131b
|
15 lines
int
pc_getkey()
{
return((int)getch());
}
int
pc_checkkey()
{
if (kbhit())
return((int)getch());
return(0);
}