Function gg::event::step::fixed_60
[−]
[src]
pub fn fixed_60<T>(cb: T) where T: FnMut(f64) -> StepResult
A curried version of step::fixed
, trying to average 60 updates a
second.
See step::fixed