From 86dd54cdc4ca041e900550c6845cff765a053753 Mon Sep 17 00:00:00 2001 From: oakes Date: Wed, 18 Jun 2014 04:52:53 -0400 Subject: [PATCH] Mention input->screen in docstring --- src/play_clj/core.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/play_clj/core.clj b/src/play_clj/core.clj index f43cc67..b46d537 100644 --- a/src/play_clj/core.clj +++ b/src/play_clj/core.clj @@ -148,6 +148,7 @@ via the screen map. entities)) ; input functions + ; Tip: convert :input-x and :input-y to screen coordinates with input->screen (defscreen my-screen :on-key-down ; a key was pressed (fn [screen entities]