nanoandrew4 / RPG-Game

RPG style game written in Java based in a fantasy/medieval setting
GNU General Public License v3.0
0 stars 0 forks source link

Tile Change Detection Key Input #1

Closed nanoandrew4 closed 7 years ago

nanoandrew4 commented 7 years ago

When for example W is pressed, and after D is pressed and released, the program does not register W as being pressed, which means the tile change detection algorithm does not run

nanoandrew4 commented 7 years ago

Solved using java.awt.Robots class in commit 190f05f19b6f5b4c223dfdfbf4d13aa6de02392e Feb 23rd 2017