Function tetra::window::get_height

source ·
pub fn get_height(ctx: &Context) -> i32
Expand description

Gets the height of the window.

This function will return a consistent value regardless of whether high DPI support is enabled. To find the physical height of the window, call get_physical_height.