Skip to content

glgui propagate set!

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

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)
Clone this wiki locally