Function glfw::ffi::glfwSetWindowSizeLimits [−][src]
pub unsafe extern "C" fn glfwSetWindowSizeLimits(
window: *mut GLFWwindow,
minwidth: c_int,
minheight: c_int,
maxwidth: c_int,
maxheight: c_int
)
pub unsafe extern "C" fn glfwSetWindowSizeLimits(
window: *mut GLFWwindow,
minwidth: c_int,
minheight: c_int,
maxwidth: c_int,
maxheight: c_int
)