From 2234530eec2755958dd9ec3d57e7db1442bdbf44 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 5 Mar 2021 09:02:06 -0500 Subject: Add support for window resizing. --- doc/api.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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] @ -- cgit v1.2.3