0x0ade / ImGuiCS

Heavily modified fork of ImGui.NET + SDL2-CS, XNA and FNA samples
MIT License
7 stars 0 forks source link

Is FileDialog complete? #14

Open danielcrenna opened 6 years ago

danielcrenna commented 6 years ago

I don't see a scenario where ChosenPath or I.chosenPath is ever set, so at the very least it appears non-functional for folder dialogs. I don't see a way to use it that doesn't involve changing code.

danielcrenna commented 6 years ago

I made this simple change in my own branch but needs more review.

https://github.com/0x0ade/ImGuiCS/commit/40171191edd37d398b0e9671ab112935accd7f6a

0x0ade commented 6 years ago

I've never finished porting the C++ FileDialog to C#. Any changes are welcome :)