gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
498 stars 35 forks source link

Add support for dropping files onto window. #100

Closed maoliver-amd closed 8 months ago

maoliver-amd commented 8 months ago

This adds support for configuring a window for drag and drop support. Once enabled a callback function can be registered with the window to receive drag and drop events.

gboisse commented 8 months ago

Nice changes, please fix the few items and we can merge the PR.

maoliver-amd commented 8 months ago

Nice changes, please fix the few items and we can merge the PR.

Fixed the 2 issues, should be good now