Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d.ui | |
com.badlogic.gdx.scenes.scene2d.utils |
Modifier and Type | Class and Description |
---|---|
class |
TextArea.TextAreaListener
Input listener for the text area
|
class |
TextField.TextFieldClickListener
Basic input listener for the text field
|
class |
TextTooltip
A tooltip that shows a label.
|
class |
Tooltip<T extends Actor>
A listener that shows a tooltip actor when another actor is hovered over with the mouse.
|
Modifier and Type | Field and Description |
---|---|
protected InputListener |
Dialog.ignoreTouchDown |
Modifier and Type | Method and Description |
---|---|
protected InputListener |
TextArea.createInputListener() |
protected InputListener |
TextField.createInputListener() |
InputListener |
TextField.getDefaultInputListener() |
InputListener |
List.getKeyListener() |
Modifier and Type | Class and Description |
---|---|
class |
ClickListener
Detects mouse over, mouse or finger touch presses, and clicks on an actor.
|
class |
DragListener
Detects mouse or finger touch drags on an actor.
|
class |
DragScrollListener
Causes a scroll pane to scroll when a drag goes outside the bounds of the scroll pane.
|