diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-03-05 09:03:29 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-03-05 09:03:29 -0500 |
commit | 65514b1ccf0d7a8e3fb6dec5e09be5e0b430c136 (patch) | |
tree | b38c6d6eba64d1437c71e8fc95b6f80ae528e324 /doc/api.texi | |
parent | 2234530eec2755958dd9ec3d57e7db1442bdbf44 (diff) |
doc: Add a bit of explanation for #:window-resizable? arg in run-game.
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index bfdd302..114d4f0 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -49,7 +49,8 @@ Run the Chickadee game loop. A new graphical window will be opened with @var{window-width} x @var{window-height} as its dimensions, @var{window-title} as its title, and in fullscreen mode if @var{window-fullscreen?} is -@code{#t}. +@code{#t}. If @var{window-resizable?} is @code{#t} then the window +can be resized by the user. @itemize @item |