pub fn handle_window_list<Event, Context, Error>(
window_list: WindowList<Event, Context, Error>,
event: &Event,
ctx: &mut Context,
) -> Result<WindowControl<Event>, Error>
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.