Java com.badlogic.gdx.scenes.scene2d Touchable fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.scenes.scene2d Touchable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.scenes.scene2d Touchable.

The text is from its open source code.

Field

Touchableenabled
All touch input events will be received by the actor and any children.
Touchabledisabled
No touch input events will be received by the actor or any children.
TouchablechildrenOnly
No touch input events will be received by the actor, but children will still receive events.