[][src]Function ggez::graphics::window

pub fn window(context: &Context) -> &Window

Returns a reference to the Glutin window. Ideally you should not need to use this because ggez would provide all the functions you need without having to dip into Glutin itself. But life isn't always ideal.