GlfwSetWindowShouldClose typedef

GlfwSetWindowShouldClose = void Function(Pointer<GLFWwindow> window, int value)

Implementation

typedef GlfwSetWindowShouldClose = void Function(
    Pointer<GLFWwindow> window, int value);