Function ggez::graphics::get_window[][src]

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

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