com.badlogic.gdx.scenes.scene2d.ui
Class TextField.DefaultOnscreenKeyboard

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.TextField.DefaultOnscreenKeyboard
All Implemented Interfaces:
TextField.OnscreenKeyboard
Enclosing class:
TextField

public static class TextField.DefaultOnscreenKeyboard
extends Object
implements TextField.OnscreenKeyboard

The default TextField.OnscreenKeyboard used by all TextField instances. Just uses Input.setOnscreenKeyboardVisible(boolean) as appropriate. Might overlap your actual rendering, so use with care!

Author:
mzechner

Constructor Summary
TextField.DefaultOnscreenKeyboard()
           
 
Method Summary
 void show(boolean visible)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextField.DefaultOnscreenKeyboard

public TextField.DefaultOnscreenKeyboard()
Method Detail

show

public void show(boolean visible)
Specified by:
show in interface TextField.OnscreenKeyboard


Copyright © 2013. All Rights Reserved.