package de.samdev.colorrunner.input; public interface GameInputListener { public void doJump(); public void switchColor(SwipeDirection sd); }