[][src]Function caper::game::start_loop

pub fn start_loop<F>(event_loop: EventLoop<()>, callback: F) -> ! where
    F: 'static + FnMut(&Vec<Event<'_, ()>>) -> UpdateStatus

start running a game