summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-03-05 09:02:06 -0500
committerDavid Thompson <dthompson2@worcester.edu>2021-03-05 09:02:06 -0500
commit2234530eec2755958dd9ec3d57e7db1442bdbf44 (patch)
tree4383423c982311bfbd56e8629271beca2d980f27 /doc
parent4e25e065a41d88ae9b58378957c8c6de9b7545c6 (diff)
Add support for window resizing.
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] @