pub fn get_physical_size(ctx: &Context) -> (i32, i32)
Expand description

Returns the size of the window in physical pixels.

The output of this function may differ from the output of get_size if high DPI support is enabled.