GLFWwindowrefreshfun typedef

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

Implementation

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