Function glfw::ffi::glfwSetCursorPos

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