Make function private
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user