Function ggez::timer::get_ticks [] [src]

pub fn get_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.