Board index » cppbuilder » Responding to keypress events in Turbo C
S Kinsey
![]() CBuilder Developer |
Responding to keypress events in Turbo C2005-03-01 03:12:30 AM cppbuilder113 Hello I have written a games program on my palmtop, using C and the Palm API functions, and want to use Turbo C to compile the program into a windows console program. Unfortunately I can't find any suitable header files in Turbo C for event-driven code. Does anyone know of instructions that will do 'getch()' within a certain time frame, for instance? Are there any instructions that will return true if a new character has been entered on the keyboard? Do I have to use the Windows 98 API functions, and if so which ones do I use? The Microsoft Development Network seems to keep quiet about historical operating system functions! Thank you Simon. |