glfwSetWindowShouldClose top-level property

GlfwSetWindowShouldClose glfwSetWindowShouldClose
getter/setter pair

Implementation

GlfwSetWindowShouldClose glfwSetWindowShouldClose =
    Pointer<NativeFunction<GlfwSetWindowShouldCloseNative>>.fromAddress(0)
        .asFunction<GlfwSetWindowShouldClose>();