glfwSetWindowSizeLimits ( window minwidth minheight maxwidth maxheight -- )


Vocabulary
glfw.ffi

Inputs
windowan object
minwidthan object
minheightan object
maxwidthan object
maxheightan object


Outputs
None

Definition


LIBRARY: glfw FUNCTION: void glfwSetWindowSizeLimits
( GLFWwindow* window, int minwidth, int minheight, int
maxwidth, int maxheight )