mirror of
https://github.com/airstruck/luigi.git
synced 2025-11-18 12:25:06 +00:00
ab43dabcb90e3c25cfad99fa230b6912419b6af3
solid and modal attributes.
The `solid` attribute determines whether to propagate events downwards. When the widget being interacted with is not solid, events propagate down to the next layout or to underlying handlers (for example love callbacks). This is set by the theme and works mostly behind the scenes. The `modal` attribute can be placed on a layout root to prevent input events from propagating downwards, even those that fall outside of the layout.
Description
Languages
Lua
98.9%
CSS
1.1%