libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.Touchable

Packages that use Touchable
com.badlogic.gdx.scenes.scene2d   
com.badlogic.gdx.scenes.scene2d.actions   
 

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

Methods in com.badlogic.gdx.scenes.scene2d that return Touchable
 Touchable Actor.getTouchable()
           
static Touchable Touchable.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Touchable[] Touchable.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.badlogic.gdx.scenes.scene2d with parameters of type Touchable
 void Actor.setTouchable(Touchable touchable)
          Determines how touch events are distributed to this actor.
 

Uses of Touchable in com.badlogic.gdx.scenes.scene2d.actions
 

Methods in com.badlogic.gdx.scenes.scene2d.actions that return Touchable
 Touchable TouchableAction.getTouchable()
           
 

Methods in com.badlogic.gdx.scenes.scene2d.actions with parameters of type Touchable
 void TouchableAction.setTouchable(Touchable touchable)
           
static TouchableAction Actions.touchable(Touchable touchable)
           
 


libgdx API

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