handle_events

Function handle_events 

Source
pub fn handle_events(
    state: &mut FileDialogState,
    _focus: bool,
    event: &Event,
) -> Result<FileOutcome, Error>
Expand description

Handle events for the popup. Call before other handlers to deal with intersections with other widgets.