nstd_gui_display_get_scale_factor

Function nstd_gui_display_get_scale_factor 

Source
pub unsafe extern "C" fn nstd_gui_display_get_scale_factor(
    display: NSTDDisplay,
) -> c_double
Expand description

Returns the display’s scale factor. Parameters: NSTDDisplay display - The display. Returns: double scale_factor - The scale factor of the display.