AndrewBelt / osdialog

A cross platform wrapper for OS dialogs like file save, open, message boxes, inputs, color picking, etc.
Creative Commons Zero v1.0 Universal
122 stars 19 forks source link

Multiselect #21

Open sirbrialliance opened 2 years ago

sirbrialliance commented 2 years ago

Add multiple file open support to all platforms. Returned result is still a char*, but filenames are separated by \x00 and the result is terminated with \x00\x00.

And a few other little fixes. Might need some code convention tweaks.

Fixes #11