glgui propagate set! - part-cw/lambdanative GitHub Wiki
(glgui-propagate-set! p)
glgui-propagate-set controls whether events are sent to all widgets, or just the one who's input handler returns #t first
Parameter | Description |
---|---|
p | Propagate as #t or #f (Default) |
Example
Example 1 from apps/uSquish/main.scm, which allows squishing of stacked animal sprites.
(glgui-propagate-set! #t)