GlfwSetCharModsCallback typedef

GlfwSetCharModsCallback = Pointer<NativeType> Function(Pointer<GLFWwindow> window, Pointer<NativeType> callback)

Implementation

typedef GlfwSetCharModsCallback = Pointer Function(
    Pointer<GLFWwindow> window, Pointer callback);