Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

glgui-suspend stops the rendering of the display elements. It is most commonly found in the suspend function (fourth element) of the main procedure declaration.

Example

Example 1: Stop gui rendering, as found at the bottom of apps/uSquish/main.scm

(lambda () (glgui-suspend))
Clone this wiki locally