Function glfw::ffi::glfwGetCursorPos

source ·
pub unsafe extern "C" fn glfwGetCursorPos(
    window: *mut GLFWwindow,
    xpos: *mut c_double,
    ypos: *mut c_double
)