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