From: SerDevian Newsgroups: comp.os.msdos.djgpp Subject: Re: Keyboard Handeler Date: Thu, 27 Feb 1997 13:23:34 -0700 Organization: XYZZ Software Co. Lines: 16 Message-ID: <3315ED46.41C6@CS.ColoState.edu> References: <3314B896 DOT 297F AT pssnet DOT com> NNTP-Posting-Host: miro.vis.colostate.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Marshall wrote: > Does anyone have a good keyboard handeler for djgpp (dos)?? It > needs to take multiple keypresses at a time. I've got one (on my page). It handles multiple keypresses using a table of keys that are currently pressed, and it also does good single-key handling with kbhit() and getch(), so you can grab those "Alt-F6" and "Ctrl-Home" kind of keys easily... There's also an "Allegro-able" version being made. -- Yamaha / XYZZ "May farce the with be you." mailto:scriven AT CS DOT ColoState DOT edu mailto:scriven AT VIS DOT ColoState DOT edu http://www.vis.colostate.edu/~scriven/