[][src]Function ggez::graphics::drawable_size

pub fn drawable_size(context: &Context) -> (f32, f32)

Returns the size of the window's underlying drawable in pixels as (width, height). Returns zeros if window doesn't exist.