Uses of Class
com.badlogic.gdx.scenes.scene2d.InputListener
-
Packages that use InputListener Package Description com.badlogic.gdx.scenes.scene2d.ui com.badlogic.gdx.scenes.scene2d.utils -
-
Uses of InputListener in com.badlogic.gdx.scenes.scene2d.ui
Subclasses of InputListener in com.badlogic.gdx.scenes.scene2d.ui Modifier and Type Class Description classTextArea.TextAreaListenerInput listener for the text areaclassTextField.TextFieldClickListenerBasic input listener for the text fieldclassTextTooltipA tooltip that shows a label.classTooltip<T extends Actor>A listener that shows a tooltip actor when the mouse is over another actor.Fields in com.badlogic.gdx.scenes.scene2d.ui declared as InputListener Modifier and Type Field Description protected InputListenerDialog. ignoreTouchDownMethods in com.badlogic.gdx.scenes.scene2d.ui that return InputListener Modifier and Type Method Description protected InputListenerTextArea. createInputListener()protected InputListenerTextField. createInputListener()InputListenerTextField. getDefaultInputListener()InputListenerList. getKeyListener() -
Uses of InputListener in com.badlogic.gdx.scenes.scene2d.utils
Subclasses of InputListener in com.badlogic.gdx.scenes.scene2d.utils Modifier and Type Class Description classClickListenerDetects mouse over, mouse or finger touch presses, and clicks on an actor.classDragListenerDetects mouse or finger touch drags on an actor.classDragScrollListenerCauses a scroll pane to scroll when a drag goes outside the bounds of the scroll pane.
-