From 51607232504e486e79430112ae420798a27b6238 Mon Sep 17 00:00:00 2001 From: oakes Date: Fri, 10 Jan 2014 19:26:18 -0500 Subject: [PATCH] Make function private --- src/play_clj/core_global.clj | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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))