Function handle_main_events_cleared

Source
fn handle_main_events_cleared(
    states: &mut Vec<Box<dyn PlayState>>,
    event_loop: &ActiveEventLoop,
    global_state: &mut GlobalState,
)