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
    void show​(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