Add fps
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
(case key
|
(case key
|
||||||
:width `(.getWidth (Gdx/graphics))
|
:width `(.getWidth (Gdx/graphics))
|
||||||
:height `(.getHeight (Gdx/graphics))
|
:height `(.getHeight (Gdx/graphics))
|
||||||
|
:fps `(.getFramesPerSecond (Gdx/graphics))
|
||||||
:is-fullscreen? `(.isFullscreen (Gdx/graphics))
|
:is-fullscreen? `(.isFullscreen (Gdx/graphics))
|
||||||
:is-touched? `(.isTouched (Gdx/input))
|
:is-touched? `(.isTouched (Gdx/input))
|
||||||
:x `(.getX (Gdx/input))
|
:x `(.getX (Gdx/input))
|
||||||
|
|||||||
Reference in New Issue
Block a user