From 65514b1ccf0d7a8e3fb6dec5e09be5e0b430c136 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 5 Mar 2021 09:03:29 -0500 Subject: doc: Add a bit of explanation for #:window-resizable? arg in run-game. --- doc/api.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/api.texi') 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 -- cgit v1.2.3