Function ggez::timer::fps

source · []
pub fn fps(ctx: &Context) -> f64
👎Deprecated: Use ctx.time.fps instead
Expand description

Gets the FPS of the game, averaged over the last 200 frames.