crabnebula-dev / drag-rs

Draggable for GUI apps
https://crabnebula.dev
Apache License 2.0
66 stars 11 forks source link

feat(macos): implement data drag e.g. FCPXML #19

Closed lucasfernog-crabnebula closed 9 months ago

denjell-crabnebula commented 9 months ago

This can be a helpful resource

As well as this perhaps: https://developer.apple.com/documentation/appkit/drag_and_drop

jason-crabnebula commented 9 months ago

Hmm.. do we need to autorelease those manually allocated objects?

lucasfernog-crabnebula commented 9 months ago

You mean NSData? I just copied it from wry which is working. freeWhenDone should take care of it.