GlfwSetWindowSizeLimits typedef

GlfwSetWindowSizeLimits = void Function(Pointer<GLFWwindow> window, int minwidth, int minheight, int maxwidth, int maxheight)

Implementation

typedef GlfwSetWindowSizeLimits = void Function(Pointer<GLFWwindow> window,
    int minwidth, int minheight, int maxwidth, int maxheight);