glfwSetWindowSizeLimits top-level property

GlfwSetWindowSizeLimits glfwSetWindowSizeLimits
getter/setter pair

Implementation

GlfwSetWindowSizeLimits glfwSetWindowSizeLimits =
    Pointer<NativeFunction<GlfwSetWindowSizeLimitsNative>>.fromAddress(0)
        .asFunction<GlfwSetWindowSizeLimits>();