Package com.github.tommyettinger.textra
Class TextraField.DefaultOnscreenKeyboard
java.lang.Object
com.github.tommyettinger.textra.TextraField.DefaultOnscreenKeyboard
- All Implemented Interfaces:
TextraField.OnscreenKeyboard
- Enclosing class:
- TextraField
public static class TextraField.DefaultOnscreenKeyboard extends java.lang.Object implements TextraField.OnscreenKeyboard
The default
TextraField.OnscreenKeyboard used by all TextraField instances. Just uses
Input.setOnscreenKeyboardVisible(boolean) as appropriate. Might overlap your actual rendering, so use with care!-
Constructor Summary
Constructors Constructor Description DefaultOnscreenKeyboard() -
Method Summary
Modifier and Type Method Description voidshow(boolean visible)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DefaultOnscreenKeyboard
public DefaultOnscreenKeyboard()
-
-
Method Details
-
show
public void show(boolean visible)- Specified by:
showin interfaceTextraField.OnscreenKeyboard
-