public static class TextField.DefaultOnscreenKeyboard extends java.lang.Object implements TextField.OnscreenKeyboard
TextField.OnscreenKeyboard used by all TextField instances. Just uses
Input.setOnscreenKeyboardVisible(boolean) as appropriate. Might overlap your actual rendering, so use with care!| Constructor and Description |
|---|
DefaultOnscreenKeyboard() |
| Modifier and Type | Method and Description |
|---|---|
void |
show(boolean visible) |
public void show(boolean visible)
show in interface TextField.OnscreenKeyboard