Skip to main content

dispatch_unconsumed_key

Function dispatch_unconsumed_key 

Source
pub fn dispatch_unconsumed_key(
    widget: &mut dyn Widget,
    key: &Key,
    modifiers: Modifiers,
) -> EventResult
Expand 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.