From 03072ef67af0623758a660e2cd3fb5e153133efa Mon Sep 17 00:00:00 2001
From: David Thompson
Next: Input Devices, Up: Kernel [Contents][Index] At the very core of Chickadee there is an event loop. This loop, or
@@ -102,7 +102,7 @@ Chickadee game loop.
calling Run the Chickadee game loop.
+
5.1.1 The Game Loop
run-game
is already taken care of for you.
-
#f
] [#:window-resizable? #f
] [#:update-hz 60] [#:load] [#:update] [#:draw] [#:quit] [#:key-press] [#:key-release] [#:text-input] [#:mouse-press] [#:mouse-release] [#:mouse-move] [#:controller-add] [#:controller-remove] [#:controller-press] [#:controller-release] [#:controller-move] [#:error]#f
] [#:window-resizable? #f
] [#:update-hz 60] [#:clear-color] [#:load] [#:update] [#:draw] [#:quit] [#:key-press] [#:key-release] [#:text-input] [#:mouse-press] [#:mouse-release] [#:mouse-move] [#:controller-add] [#:controller-remove] [#:controller-press] [#:controller-release] [#:controller-move] [#:window-keyboard-enter] [#:window-keyboard-leave] [#:window-mouse-enter] [#:window-mouse-leave] [#:window-show] [#:window-hide] [#:window-minimize] [#:window-maximize] [#:window-move] [#:window-resize] [#:error]run-game
is already taken care of for you.
window-height as its dimensions, window-title as its
title, and in fullscreen mode if window-fullscreen? is
#t
. If window-resizable? is #t
then the window
-can be resized by the user.
+can be resized by the user. The screen color will be set to
+clear-color, or a pleasant light blue, by default.
Desktop environments use the top-left corner as the origin rather than +the bottom-left like Chickadee does, hence the discrepancy here. +
+Return the current value of the system timer in seconds.
Next: Input Devices, Up: Kernel [Contents][Index]
-- cgit v1.2.3