Skip to main content

interactive_rects

Function interactive_rects 

Source
pub fn interactive_rects() -> Vec<Rect>
Expand description

The current laid-out rects of every interactive widget on the active surface, dropping any not yet laid out (zero-sized). Read without subscribing (peek), so the platform’s frame loop can call it outside a reactive scope without accidentally tracking the layout signals.