[][src]Function game_loop::game_loop

pub fn game_loop<U, R>(updates_per_second: u32, update: U, render: R) -> Control where
    U: FnMut(&mut Control),
    R: FnMut(&mut Control),