pub unsafe extern "C" fn nstd_gui_window_get_scale_factor(
window: NSTDWindow,
) -> c_doubleExpand description
Gets a window’s scale factor.
Parameters:
NSTDWindow window - The window.
Returns: double factor - The scale factor of the window.