Function glfw::ffi::glfwGetMonitorPhysicalSize[][src]

pub unsafe extern "C" fn glfwGetMonitorPhysicalSize(
    monitor: *mut GLFWmonitor,
    width: *mut c_int,
    height: *mut c_int
)