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

This function toggles display and input for all widgets with modal flags set to true. In modal mode all modal widgets are active, while normal non-modal widgets remain visible but do not take input.

Parameter Description
v Turn modal mode on (#t) or off (#f)

Example

(glgui-modal-set! #t)
Clone this wiki locally