package mightypork.gamecore.input.events; public interface InputReadyListener { void onInputReady(); }