GlfwSetWindowShouldCloseNative typedef

GlfwSetWindowShouldCloseNative = Void Function(Pointer<GLFWwindow> window, Int32 value)

Implementation

typedef GlfwSetWindowShouldCloseNative = Void Function(
    Pointer<GLFWwindow> window, Int32 value);