Package com.prineside.tdi2.ui.shared
Class TextInputOverlay
java.lang.Object
com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
com.prineside.tdi2.ui.shared.TextInputOverlay
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable,UiManager.UiComponent
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.managers.UiManager.UiComponent
UiManager.UiComponent.Adapter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhide()static TextInputOverlayi()booleanvoidpostRender(float deltaTime) voidMethods inherited from class com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
dispose, preRender
-
Constructor Details
-
TextInputOverlay
public TextInputOverlay()
-
-
Method Details
-
i
-
show
-
isVisible
public boolean isVisible() -
postRender
public void postRender(float deltaTime) - Specified by:
postRenderin interfaceUiManager.UiComponent- Overrides:
postRenderin classUiManager.UiComponent.Adapter
-
hide
public void hide()
-