hashlink
hashlink copied to clipboard
SDL: Add drag&drop support
- Add handling of drag&drop events from SDL
- Add flag to enable and disable drag&drop.
It seems SDL have drag&drop enabled by default, and master branch have a memory leak every time someone drops a file onto the window because SDL also expects user to manually free the dropped file contents.
Related: heapsio/heaps#1043