pub fn dispatch_unconsumed_key(
widget: &mut dyn Widget,
key: &Key,
modifiers: Modifiers,
) -> EventResultExpand description
Give visible widgets a chance to handle a key ignored by the focused path.
Traverses in reverse paint order so topmost windows/menu bars win.