| Package | Description |
|---|---|
| com.badlogic.gdx | |
| com.badlogic.gdx.input |
| Modifier and Type | Method and Description |
|---|---|
void |
Input.getTextInput(Input.TextInputListener listener,
String title,
String text,
String hint)
System dependent method to input a string of text.
|
void |
Input.getTextInput(Input.TextInputListener listener,
String title,
String text,
String hint,
Input.OnscreenKeyboardType type)
System dependent method to input a string of text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteInput.getTextInput(Input.TextInputListener listener,
String title,
String text,
String hint) |
void |
RemoteInput.getTextInput(Input.TextInputListener listener,
String title,
String text,
String hint,
Input.OnscreenKeyboardType type) |
Copyright © 2021. All rights reserved.