LibGDX Desktop Tutorial (Asteroids) - Part 3 - Keyboard Input

UPDATE: LibGDX now has the method isKeyJustPressed(). This method runs when a key was just pressed. #isKeyJustPressed-int- In this video, I show you how I manage the key states. Source: UPDATE: LibGDX now has a new method called isKeyJustPressed() #isKe
Back to Top