I'm doing a minigame that while the shift key is pressed down the image of an actor is changed...
I tried to use the "isKeyDown()" function, but it don't get the shift key.
Could someone help me?
img1
* The game when the shift key pressed down.
Img2
I tried to do this whith java Key Listener, but it seems so hard to me now...