Uses of Class
com.badlogic.gdx.scenes.scene2d.Touchable
-
Packages that use Touchable Package Description 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 Modifier and Type Method Description TouchableActor. getTouchable()static TouchableTouchable. 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 Modifier and Type Method Description voidActor. 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 Modifier and Type Method Description TouchableTouchableAction. getTouchable()Methods in com.badlogic.gdx.scenes.scene2d.actions with parameters of type Touchable Modifier and Type Method Description voidTouchableAction. setTouchable(Touchable touchable)static TouchableActionActions. touchable(Touchable touchable)
-