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

glgui-resume reinitialize OpenGL and restarts the rendering of the display elements. It is most commonly found in the resume function (fifth element) of the main procedure declaration.

Example

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

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