Function glfw::ffi::glfwGetMonitorContentScale

source ยท
pub unsafe extern "C" fn glfwGetMonitorContentScale(
    monitor: *mut GLFWmonitor,
    xscale: *mut c_float,
    yscale: *mut c_float,
)