Uses of Class
com.badlogic.gdx.Input.Peripheral
-
Packages that use Input.Peripheral Package Description com.badlogic.gdx com.badlogic.gdx.input -
-
Uses of Input.Peripheral in com.badlogic.gdx
Methods in com.badlogic.gdx that return Input.Peripheral Modifier and Type Method Description static Input.PeripheralInput.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.Methods in com.badlogic.gdx with parameters of type Input.Peripheral Modifier and Type Method Description booleanInput. isPeripheralAvailable(Input.Peripheral peripheral)Queries whether aInput.Peripheralis currently available. -
Uses of Input.Peripheral in com.badlogic.gdx.input
Methods in com.badlogic.gdx.input with parameters of type Input.Peripheral Modifier and Type Method Description booleanRemoteInput. isPeripheralAvailable(Input.Peripheral peripheral)
-