GlfwSetWindowAttrib typedef

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

Implementation

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