libgdx API

Uses of Class
com.badlogic.gdx.InputAdapter

Packages that use InputAdapter
com.badlogic.gdx.input   
com.badlogic.gdx.scenes.scene2d   
 

Uses of InputAdapter in com.badlogic.gdx.input
 

Subclasses of InputAdapter in com.badlogic.gdx.input
 class GestureDetector
          InputProcessor implementation that detects gestures (tap, long press, fling, pan, zoom, pinch) and hands them to a GestureDetector.GestureListener.
 

Uses of InputAdapter in com.badlogic.gdx.scenes.scene2d
 

Subclasses of InputAdapter in com.badlogic.gdx.scenes.scene2d
 class Stage
          A 2D scenegraph containing hierarchies of actors.
 


libgdx API

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