gdkchan / SPICA

Experimental H3D tool
The Unlicense
95 stars 46 forks source link

Add drag and drop support #36

Closed igniscitrinus closed 6 years ago

igniscitrinus commented 6 years ago

Moves Open initialization to a new FileOpen method and adds DragEnter and DragDrop event handlers to support loading files by dragging and dropping instead of using the Open dialog. Additionally, holding Alt while dropping files in will merge files with the current scene, rather than replacing it.

gdkchan commented 6 years ago

Thanks for the contribution.