Mention input->screen in docstring

This commit is contained in:
oakes
2014-06-18 04:52:53 -04:00
parent 503700e165
commit 86dd54cdc4

View File

@@ -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]