GlfwGetWindowAttrib typedef

GlfwGetWindowAttrib = int Function(Pointer<GLFWwindow> window, int attrib)

Implementation

typedef GlfwGetWindowAttrib = int Function(
    Pointer<GLFWwindow> window, int attrib);