FilesDragAndDropTarget seems to accept a file dragged on to it from an external application. Can I drag away from my component and somehow make the OS think that the mouse cursor is dragging with it a file? I could tempirarily create the file, I see no handy Juce functions like
MakeOsThinkMouseIsDraggingThisFile(filePointer* fileLocation)
Use case would be to view midi information in my plugin, highlight midi, and drag away a midi file into the DAW.