Function glfw::ffi::glfwSetWindowPos

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