Package | Description |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.input |
Modifier and Type | Method and Description |
---|---|
static Input.Peripheral |
Input.Peripheral.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Input.Peripheral[] |
Input.Peripheral.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Input.isPeripheralAvailable(Input.Peripheral peripheral)
Queries whether a
Input.Peripheral is currently available. |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteInput.isPeripheralAvailable(Input.Peripheral peripheral) |