External Dragging

Hi.

I’m trying to implement this feature:
Dragging a specific component outside my Juce app into the OS will drop a midi file.

I failed to find it in the forum / documentation.
Any clues on how to achieve this?

Thanks.

DragAndDropContainer::performExternalDragDropOfFiles()

That’s a big clue…
Thanks!