Function ggez::timer::time_since_start

source ·
pub fn time_since_start(ctx: &Context) -> Duration
👎Deprecated: Use ctx.time.time_since_start instead
Expand description

Returns the time since the game was initialized, as reported by the system clock.