Skip to main content

active_modal_path

Function active_modal_path 

Source
pub fn active_modal_path(widget: &dyn Widget) -> Option<Vec<usize>>
Expand description

Return the path to the topmost active modal subtree, ignoring normal hit-testing bounds. Modal overlays paint at app level, so their event routing must also bypass regular child clipping/window hit regions.