Artenus 2D Framework
Artenus Reference
Interface for all entities that can receive touch events.
public interface Touchable

Method Summary

Modifier and TypeMethod and Description
public booleanhandleTouch(TouchEvent event)
Called whenever a touch event arrives.

Method Detail

handleTouch
public boolean handleTouch(
    TouchEvent event
)
Called whenever a touch event arrives.
Parameters:
eventEvent information
Returns:
true if handled, false otherwise