[][src]Function ggez::timer::ticks

pub fn ticks(ctx: &Context) -> usize

Gets the number of times the game has gone through its event loop.

Specifically, the number of times that TimeContext::tick() has been called by it.