AlexCharlton / cl-glfw3

Common Lisp bindings to GLFW version 3.x
BSD 2-Clause "Simplified" License
89 stars 32 forks source link

add window size limits functions #29

Closed ukari closed 5 years ago

ukari commented 5 years ago

The minimum and maximum size of the client area of a windowed mode window can be enforced with glfwSetWindowSizeLimits

The aspect ratio of the client area of a windowed mode window can be enforced with glfwSetWindowAspectRatio

here is the document

AlexCharlton commented 5 years ago

Looks great. Thanks!