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 TypeMethodDescriptionvoid
hide()
static TextInputOverlay
i()
boolean
void
postRender
(float deltaTime) void
Methods 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:
postRender
in interfaceUiManager.UiComponent
- Overrides:
postRender
in classUiManager.UiComponent.Adapter
-
hide
public void hide()
-