handle_window_list

Function handle_window_list 

Source
pub fn handle_window_list<Event, Context, Error>(
    window_list: WindowList<Event, Context, Error>,
    event: &Event,
    ctx: &mut Context,
) -> Result<WindowControl<Event>, Error>
where Event: TryAsRef<Event> + 'static + Debug, Error: 'static + Debug,
Expand description

Handle events from top to bottom of the stack.

Panic

This function is not reentrant, it will panic when called from within it’s call-stack.