GLFWwindowclosefun typedef

GLFWwindowclosefun = Pointer<NativeFunction<Void Function(Pointer<GLFWwindow>)>>

Implementation

typedef GLFWwindowclosefun
    = Pointer<NativeFunction<Void Function(Pointer<GLFWwindow>)>>;