Uses of Interface
com.badlogic.gdx.Input.TextInputListener
-
Packages that use Input.TextInputListener Package Description com.badlogic.gdx com.badlogic.gdx.input -
-
Uses of Input.TextInputListener in com.badlogic.gdx
Methods in com.badlogic.gdx with parameters of type Input.TextInputListener Modifier and Type Method Description voidInput. getTextInput(Input.TextInputListener listener, java.lang.String title, java.lang.String text, java.lang.String hint)System dependent method to input a string of text.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. -
Uses of Input.TextInputListener in com.badlogic.gdx.input
Methods in com.badlogic.gdx.input with parameters of type Input.TextInputListener Modifier and Type Method Description voidRemoteInput. getTextInput(Input.TextInputListener listener, java.lang.String title, java.lang.String text, java.lang.String hint)voidRemoteInput. getTextInput(Input.TextInputListener listener, java.lang.String title, java.lang.String text, java.lang.String hint, Input.OnscreenKeyboardType type)
-