GlfwSetDropCallbackNative typedef

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

Implementation

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