joulupunikki / Phoenix

Java clone/remake/patch of the game Emperor of the Fading Suns
https://joulupunikki.github.io/Phoenix/
37 stars 14 forks source link

Key events are not always recorded #73

Open joulupunikki opened 8 years ago

joulupunikki commented 8 years ago

Only MainMenu, FileDialogs and password dialogs seem to register key events in Phoenix.java with Toolkit.getDefaultToolkit().addAWTEventListener() :confused:, thus it is impossible to RobotTest keyboard shortcuts until this is fixed.