[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: information on how to program keybord under linux



u need not poll the keyboard... if u're using X, u can check for a keyboard
event in u're event loop. or u can use SDL...

Nikhil.

On Thu, Jun 08, 2000 at 10:36:49PM +0200, Adityan Murthy wrote:
> I need to program the keybord for a game so it has continous inputs. I need 
> something similar to installing an interrupt service handler for keybord in 
> dos.