Function ggez::graphics::window

source ·
pub fn window(ctx: &impl Has<GraphicsContext>) -> &Window
👎Deprecated since 0.8.0: Use ctx.gfx.window instead.
Expand description

Returns a reference to the Winit window.