| 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 the mouse is over another actor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2021. All rights reserved.