Function glfw::ffi::glfwSetWindowSizeLimits [] [src]

pub unsafe extern fn glfwSetWindowSizeLimits(window: *mut GLFWwindow,
                                             minwidth: c_int,
                                             minheight: c_int,
                                             maxwidth: c_int,
                                             maxheight: c_int)