[go: up one dir, main page]

Function glfw::ffi::glfwSetWindowMonitor [] [src]

pub unsafe extern "C" fn glfwSetWindowMonitor(
    window: *mut GLFWwindow,
    monitor: *mut GLFWmonitor,
    xpos: c_int,
    ypos: c_int,
    width: c_int,
    height: c_int,
    refresh_rate: c_int
)