diff --git a/src/play_clj/core_global.clj b/src/play_clj/core_global.clj index 7f0b28e..f3470e1 100644 --- a/src/play_clj/core_global.clj +++ b/src/play_clj/core_global.clj @@ -105,10 +105,6 @@ false))] (proxy [GestureDetector] [listener]))) -(defn add-input! +(defn- add-input! [^InputProcessor p] (.addProcessor ^InputMultiplexer (.getInputProcessor (Gdx/input)) p)) - -(defn remove-input! - [^InputProcessor p] - (.removeProcessor ^InputMultiplexer (.getInputProcessor (Gdx/input)) p))