GlfwSetWindowSizeLimitsNative typedef

GlfwSetWindowSizeLimitsNative = Void Function(Pointer<GLFWwindow> window, Int32 minwidth, Int32 minheight, Int32 maxwidth, Int32 maxheight)

Implementation

typedef GlfwSetWindowSizeLimitsNative = Void Function(
    Pointer<GLFWwindow> window,
    Int32 minwidth,
    Int32 minheight,
    Int32 maxwidth,
    Int32 maxheight);