Computer Science Canada Java Keyboard Input |
Author: | RandomLetters [ Sun Jan 08, 2012 3:20 pm ] |
Post subject: | Java Keyboard Input |
Is there a way for me to poll for keyboard input (i.e. check the state of the keys) rather than use the event based method with KeyListener, since it's awkward to use for my game. |