GUI: add backdrop if system file picker is open

This commit is contained in:
tildearrow 2022-04-30 02:02:55 -05:00
parent 52c0044bd9
commit ba657fe4db
4 changed files with 18 additions and 1 deletions

View file

@ -24,6 +24,7 @@ class FurnaceGUIFileDialog {
bool accepted();
void close();
bool render(const ImVec2& min, const ImVec2& max);
bool isOpen();
String getPath();
String getFileName();
explicit FurnaceGUIFileDialog(bool system):