Package | Description |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.input |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |