Looking at the javadoc I don’t see a way to see if there is a keypress without explicitly checking a keycode. I’m not using buffered mode. What I would like to do is something like…
Keyboard.isKeyDown(KEY_ANYKEY);
is this possible and I’m just missing something. If it isn’t possible any chance it will become possible?
thanks.

