|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Input.TextInputListener | |
---|---|
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 | |
---|---|
void |
Input.getPlaceholderTextInput(Input.TextInputListener listener,
java.lang.String title,
java.lang.String placeholder)
System dependent method to input a string of text. |
void |
Input.getTextInput(Input.TextInputListener listener,
java.lang.String title,
java.lang.String text)
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 | |
---|---|
void |
RemoteInput.getPlaceholderTextInput(Input.TextInputListener listener,
java.lang.String title,
java.lang.String placeholder)
|
void |
RemoteInput.getTextInput(Input.TextInputListener listener,
java.lang.String title,
java.lang.String text)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |