diff --git a/src/play_clj/core_global.clj b/src/play_clj/core_global.clj index 261542a..8f8f4c6 100644 --- a/src/play_clj/core_global.clj +++ b/src/play_clj/core_global.clj @@ -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))