[][src]Trait aimc_fps_counter::FpsInputs

pub trait FpsInputs: HasClock {
    fn tick_started(&self) -> Duration;
}

Required methods

fn tick_started(&self) -> Duration

When did the last tick start? (i.e. from Clock::elapsed())

Loading content...

Implementors

Loading content...