Interface for all entities that can receive touch events.
public interface Touchable
Method Summary
| Modifier and Type | Method and Description |
|---|---|
public boolean | handleTouch(TouchEvent event) Called whenever a touch event arrives. |
public interface Touchable
| Modifier and Type | Method and Description |
|---|---|
public boolean | handleTouch(TouchEvent event) Called whenever a touch event arrives. |