Example usage for Java com.badlogic.gdx Input fields, constructors, methods, implement or subclass
The text is from its open source code.
float | getAccelerometerX() |
float | getAccelerometerY() |
float | getAzimuth() The azimuth is the angle of the device's orientation around the z-axis. |
float | getPitch() The pitch is the angle of the device's orientation around the x-axis. |
float | getRoll() The roll is the angle of the device's orientation around the y-axis. |
int | getX() |
int | getY() |
boolean | isKeyJustPressed(int key) Returns whether the key has just been pressed. |
boolean | isKeyPressed(int key) Returns whether the key is pressed. |
boolean | isTouched() |
boolean | justTouched() |
void | setInputProcessor(InputProcessor processor) Sets the InputProcessor that will receive all touch and key input events. |