Hey guys!
I am using KeyListener.
I am making a game.
I have two problems:
-
In the method keyPressed, it has a little delay in the beginning when someone presses a key, that makes it unsuitable for runtime games.
-
I would like to be able to handle more than one key at a time.
What should I do ?