GLFWwindowsizefun typedef

GLFWwindowsizefun = Pointer<NativeFunction<Void Function(Pointer<GLFWwindow>, Int32, Int32)>>

Implementation

typedef GLFWwindowsizefun
    = Pointer<NativeFunction<Void Function(Pointer<GLFWwindow>, Int32, Int32)>>;