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

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