Java com.badlogic.gdx Input fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx Input fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx Input.

The text is from its open source code.

Implementation

com.badlogic.gdx.Input has the following implementations.
Click this link to see all its implementation.

Constructor

Method

floatgetAccelerometerX()
floatgetAccelerometerY()
floatgetAzimuth()
The azimuth is the angle of the device's orientation around the z-axis.
floatgetPitch()
The pitch is the angle of the device's orientation around the x-axis.
floatgetRoll()
The roll is the angle of the device's orientation around the y-axis.
intgetX()
intgetY()
booleanisKeyJustPressed(int key)
Returns whether the key has just been pressed.
booleanisKeyPressed(int key)
Returns whether the key is pressed.
booleanisTouched()
booleanjustTouched()
voidsetInputProcessor(InputProcessor processor)
Sets the InputProcessor that will receive all touch and key input events.