GLFWwindowposfun typedef

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

Implementation

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