GUI: several mobile changes
This commit is contained in:
parent
f84469e4fd
commit
69059dc702
12 changed files with 50 additions and 35 deletions
|
|
@ -47,7 +47,7 @@ class FurnaceGUIFileDialog {
|
|||
pfd::save_file* dialogS;
|
||||
#endif
|
||||
public:
|
||||
bool singleClickSel;
|
||||
bool mobileUI;
|
||||
bool openLoad(String header, std::vector<String> filter, const char* noSysFilter, String path, double dpiScale, FileDialogSelectCallback clickCallback=NULL, bool allowMultiple=false);
|
||||
bool openSave(String header, std::vector<String> filter, const char* noSysFilter, String path, double dpiScale);
|
||||
bool accepted();
|
||||
|
|
@ -67,5 +67,5 @@ class FurnaceGUIFileDialog {
|
|||
#endif
|
||||
dialogO(NULL),
|
||||
dialogS(NULL),
|
||||
singleClickSel(false) {}
|
||||
mobileUI(false) {}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue