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

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