eonarheim / java-game-engine

Provides a simply easy to use 2D rpg game engine that is portable to anything that can run java.
2 stars 0 forks source link

Multi key press strangeness #11

Open eonarheim opened 12 years ago

eonarheim commented 12 years ago

If you press multiple arrow keys while controlling a character weirdness ensues. I think the most recent key event should be the currently executing key event.