GLFWcharmodsfun typedef

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

Implementation

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