| Package | Description |
|---|---|
| com.badlogic.gdx | |
| com.badlogic.gdx.input |
| Modifier and Type | Method and Description |
|---|---|
static Input.OnscreenKeyboardType |
Input.OnscreenKeyboardType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.getTextInput(Input.TextInputListener listener,
String title,
String text,
String hint,
Input.OnscreenKeyboardType type)
System dependent method to input a string of text.
|
void |
Input.setOnscreenKeyboardVisible(boolean visible,
Input.OnscreenKeyboardType type)
Sets the on-screen keyboard visible if available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteInput.getTextInput(Input.TextInputListener listener,
String title,
String text,
String hint,
Input.OnscreenKeyboardType type) |
void |
RemoteInput.setOnscreenKeyboardVisible(boolean visible,
Input.OnscreenKeyboardType type) |
Copyright © 2021. All rights reserved.