From: "Ben Cohee" Subject: Keyboard Driver Message-ID: <01bc91fd$257f89c0$59a333cf@gisco.net.gisco.net> Newsgroups: comp.os.msdos.djgpp Date: Wed, 16 Jul 1997 11:32:04 -0400 Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, I am looking for a multipress keyboard driver for DJGPP. From where i have looked on the net I cannot find anything that uses any keyboard drivers, just the kbhit() and getch() functions. Im looking for something like Allegros which uses the if (key[KEY_ARROWUP]) like syntax. Any help or link to a page would be apprciated. Thanx in advance.