GlfwSetDropCallback typedef

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

Implementation

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