GUI: add backdrop if system file picker is open
This commit is contained in:
parent
52c0044bd9
commit
ba657fe4db
4 changed files with 18 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue