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

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

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.