Package gaiasky.input
Class WindowKbdListener
java.lang.Object
com.badlogic.gdx.InputAdapter
com.badlogic.gdx.input.GestureDetector
gaiasky.input.AbstractMouseKbdListener
gaiasky.input.GuiKbdListener
gaiasky.input.WindowKbdListener
- All Implemented Interfaces:
com.badlogic.gdx.InputProcessor
,IInputListener
-
Nested Class Summary
Nested classes/interfaces inherited from class com.badlogic.gdx.input.GestureDetector
com.badlogic.gdx.input.GestureDetector.GestureAdapter, com.badlogic.gdx.input.GestureDetector.GestureListener
-
Field Summary
Fields inherited from class gaiasky.input.GuiKbdListener
stage
Fields inherited from class gaiasky.input.AbstractMouseKbdListener
active, iCamera, lastPollTime, minPollInterval, minPollTime
-
Constructor Summary
-
Method Summary
Methods inherited from class gaiasky.input.GuiKbdListener
actionDown, keyDown, keyUp, moveDown, moveEnd, moveFocusVertical, moveHome, moveLeft, moveRight, moveUp, pollKeys
Methods inherited from class gaiasky.input.AbstractMouseKbdListener
activate, allPressed, allPressed, anyPressed, anyPressedLogical, deactivate, getResponseTime, isActive, isKeyPressed, isLogicalKeyPressed, update
Methods inherited from class com.badlogic.gdx.input.GestureDetector
cancel, invalidateTapSquare, isLongPressed, isLongPressed, isPanning, reset, setLongPressSeconds, setMaxFlingDelay, setTapCountInterval, setTapRectangleSize, setTapSquareSize, touchCancelled, touchDown, touchDown, touchDragged, touchDragged, touchUp, touchUp
Methods inherited from class com.badlogic.gdx.InputAdapter
keyTyped, mouseMoved, scrolled
-
Constructor Details
-
WindowKbdListener
-
-
Method Details
-
getContentContainers
public com.badlogic.gdx.utils.Array<com.badlogic.gdx.scenes.scene2d.Group> getContentContainers()- Overrides:
getContentContainers
in classGuiKbdListener
-
close
public boolean close()- Specified by:
close
in classGuiKbdListener
-
accept
public boolean accept()- Specified by:
accept
in classGuiKbdListener
-
select
public boolean select()- Specified by:
select
in classGuiKbdListener
-
tabLeft
public boolean tabLeft()- Specified by:
tabLeft
in classGuiKbdListener
-
tabRight
public boolean tabRight()- Specified by:
tabRight
in classGuiKbdListener
-