Date: Tue, 19 Dec 1995 14:25:41 +0200 (IST) From: Eli Zaretskii To: Isaac Kohn Cc: mailing list Subject: Re: Help with keyboard polling On Mon, 18 Dec 1995, Isaac Kohn wrote: > All of the keyboard i/o routines in DJGPP (getkey(), getxkey(), getchar(), > etc.) wait for a keypress when they are called. How do I query in order to > retuen a key if one has been pressed, or 0 if not? In other words, I'm Use kbhit().