Package com.badlogic.gdx.scenes.scene2d
-
Interface Summary Interface Description EventListener Low level interface for receiving events. -
Class Summary Class Description Action Actions attach to anActorand perform some task, often over time.Actor 2D scene graph node.Event The base class for all events.Group 2D scene graph node that may contain other actors.InputEvent Event for actor input: touch, mouse, touch/mouse actor enter/exit, mouse scroll, and keyboard events.InputListener EventListener for low-level input events.Stage A 2D scene graph containing hierarchies ofactors.Stage.TouchFocus Internal class for managing touch focus. -
Enum Summary Enum Description InputEvent.Type Types of low-level input events supported by scene2d.Touchable Determines how touch input events are distributed to an actor and any children.