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.
pub fn handle_events(
state: &mut FileDialogState,
_focus: bool,
event: &Event,
) -> Result<FileOutcome, Error>Handle events for the popup. Call before other handlers to deal with intersections with other widgets.