Date: Thu, 17 Jul 1997 08:48:04 -0700 (PDT) Message-Id: <199707171548.IAA02018@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: benco AT gisco DOT net From: Nate Eldredge Subject: Re: Keyboard Driver Cc: djgpp AT delorie DOT com Precedence: bulk You wrote: >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. So why not just use Allegro's? You evidently have it. Plus, you have the source, so if it needs modifications, that can be done too. Nate Eldredge eldredge AT ap DOT net