Reading keyboard input with SDL?

Hi,

I’m working on a project where we’d like to be able to effectively get a
list of all the keys that are being pressed at any given instant.
Basically I’d like to hold a queue of keyboard events and then read all
of them at one time, is that possible with SDL?

Let me know if this makes sense…

Thanks,
Will

http://sdldoc.csn.ul.ie/sdlgetkeystate.php

It really doesn’t take that long to read the manual, and it will save
you a great deal of time in the future.

	Bob PendletonOn Sun, 2003-11-16 at 21:22, William Clayton wrote:

Hi,

I’m working on a project where we’d like to be able to effectively get
a list of all the keys that are being pressed at any given instant.
Basically I’d like to hold a queue of keyboard events and then read
all of them at one time, is that possible with SDL?

Let me know if this makes sense…

Thanks,
Will

±--------------------------------------+