I've been looking through the API, and I can't seem to find a method that checks to see if a key has been pressed.
Sure there's the obvious "isKeyDown" method, but that doesn't serve. I just need the computer to register the press of a particular key one time, not check to see if it's down.
This seems like a silly thing to bring up here, but I can't seem to find anything in the API (by the way, my search skills suck).

