Function glfw::ffi::glfwGetWindowPos[][src]

pub unsafe extern "C" fn glfwGetWindowPos(
    window: *mut GLFWwindow,
    xpos: *mut c_int,
    ypos: *mut c_int
)