GlfwWindowShouldCloseNative typedef

GlfwWindowShouldCloseNative = Int32 Function(Pointer<GLFWwindow> window)

Implementation

typedef GlfwWindowShouldCloseNative = Int32 Function(
    Pointer<GLFWwindow> window);