GlfwSetWindowAttribNative typedef

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

Implementation

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