glfwSetWindowShouldClose top-level property

GlfwSetWindowShouldClose glfwSetWindowShouldClose
getter/setter pair

Implementation

GlfwSetWindowShouldClose glfwSetWindowShouldClose =
    loadFunction<GlfwSetWindowShouldCloseNative>(
            _library, 'glfwSetWindowShouldClose')
        .asFunction<GlfwSetWindowShouldClose>();