Function glfw::ffi::glfwGetMonitorPos

source ·
pub unsafe extern "C" fn glfwGetMonitorPos(
    monitor: *mut GLFWmonitor,
    xpos: *mut c_int,
    ypos: *mut c_int
)