pub unsafe extern "C" fn nstd_gui_display_get_scale_factor(
display: NSTDDisplay,
) -> c_doubleExpand description
Returns the display’s scale factor.
Parameters:
NSTDDisplay display - The display.
Returns: double scale_factor - The scale factor of the display.