Function ggez::timer::delta[][src]

pub fn delta(ctx: &Context) -> Duration
Expand description

Get the time between the start of the last frame and the current one; in other words, the length of the last frame.