Function ggez::graphics::get_drawable_size [] [src]

pub fn get_drawable_size(context: &Context) -> (u32, u32)

Returns the size of the window's underlying drawable in pixels as (height, width). This may return a different value than get_size() when run on a platform with high-DPI support