summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi
index 13ecc72..bfdd302 100644
--- a/doc/api.texi
+++ b/doc/api.texi
@@ -35,7 +35,9 @@ Chickadee game loop.
@deffn {Procedure} run-game [#:window-title "Chickadee!"] @
[#:window-width 640] [#:window-height 480] @
- [#:window-fullscreen? @code{#f}] [#:update-hz 60] @
+ [#:window-fullscreen? @code{#f}] @
+ [#:window-resizable? @code{#f}] @
+ [#:update-hz 60] @
[#:load] [#:update] [#:draw] [#:quit] @
[#:key-press] [#:key-release] [#:text-input] @
[#:mouse-press] [#:mouse-release] [#:mouse-move] @