package ch.asynk.gdx.tabletop; public interface Touchable { public boolean touch(float x, float y); }