com.badlogic.gdx.scenes.scene2d.ui
Interface TextField.OnscreenKeyboard

All Known Implementing Classes:
TextField.DefaultOnscreenKeyboard
Enclosing class:
TextField

public static interface TextField.OnscreenKeyboard

An interface for onscreen keyboards. Can invoke the default keyboard or render your own keyboard!

Author:
mzechner

Method Summary
 void show(boolean visible)
           
 

Method Detail

show

void show(boolean visible)


Copyright © 2013. All Rights Reserved.