pub fn window_event_loop(
    pre_support_systems: Vec<fn()>,
    post_support_systems: Vec<fn()>
)