Uses of Class
com.badlogic.gdx.Input.OnscreenKeyboardType
-
Packages that use Input.OnscreenKeyboardType Package Description com.badlogic.gdx com.badlogic.gdx.input -
-
Uses of Input.OnscreenKeyboardType in com.badlogic.gdx
Methods in com.badlogic.gdx that return Input.OnscreenKeyboardType Modifier and Type Method Description static Input.OnscreenKeyboardTypeInput.OnscreenKeyboardType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Input.OnscreenKeyboardType[]Input.OnscreenKeyboardType. 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.OnscreenKeyboardType Modifier and Type Method Description voidInput. getTextInput(Input.TextInputListener listener, java.lang.String title, java.lang.String text, java.lang.String hint, Input.OnscreenKeyboardType type)System dependent method to input a string of text.voidInput. setOnscreenKeyboardVisible(boolean visible, Input.OnscreenKeyboardType type)Sets the on-screen keyboard visible if available. -
Uses of Input.OnscreenKeyboardType in com.badlogic.gdx.input
Methods in com.badlogic.gdx.input with parameters of type Input.OnscreenKeyboardType Modifier and Type Method Description voidRemoteInput. getTextInput(Input.TextInputListener listener, java.lang.String title, java.lang.String text, java.lang.String hint, Input.OnscreenKeyboardType type)voidRemoteInput. setOnscreenKeyboardVisible(boolean visible, Input.OnscreenKeyboardType type)
-