RustAudio / baseview

low-level window system interface for audio plugin UIs
Apache License 2.0
267 stars 57 forks source link

Support drag-and-drop in macOS #119

Open yamadapc opened 2 years ago

yamadapc commented 2 years ago

I've made the patches here:

And:

yamadapc commented 2 years ago

This is to support the iced_native::window::Event::FileHovered and iced_native::window::Event::FileDropped events, which can be useful to allow users to drop audio/midi files onto an audio app/plugin.

I've not tested inside of a VST (but it should be fine).