I know I can define them all with:
Input.define(“Shoot”, Key.SPACE, Key.X, Key.C);
But is there a quick way to just see if the keyboard was touched?
I know I can define them all with:
Input.define(“Shoot”, Key.SPACE, Key.X, Key.C);
But is there a quick way to just see if the keyboard was touched?