summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/tabletop/Touchable.java
blob: 54ac6e20fad0bce5a130e69a40a6675fb54c0a39 (plain)
1
2
3
4
5
6
package ch.asynk.gdx.tabletop;

public interface Touchable
{
    public boolean touch(float x, float y);
}