This commit is contained in:
oakes
2014-01-05 16:51:43 -05:00
parent 11f03f8419
commit 0567451679

View File

@@ -15,6 +15,7 @@
(case key
:width `(.getWidth (Gdx/graphics))
:height `(.getHeight (Gdx/graphics))
:fps `(.getFramesPerSecond (Gdx/graphics))
:is-fullscreen? `(.isFullscreen (Gdx/graphics))
:is-touched? `(.isTouched (Gdx/input))
:x `(.getX (Gdx/input))