libgdx API

Package com.badlogic.gdx.scenes.scene2d

Interface Summary
EventListener Low level interface for receiving events.
 

Class Summary
Action Actions attach to an Actor and 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, keyboard, and scroll.
InputListener Listener for actor input events.
Stage A 2D scenegraph containing hierarchies of actors.
Stage.TouchFocus Internal class for managing touch focus.
 

Enum Summary
InputEvent.Type  
Touchable Determines how touch input events are distributed to an actor and any children.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)