This commit is contained in:
chatlanin
2023-04-10 15:13:22 +03:00
parent d037e74788
commit d2816fb157
4 changed files with 70 additions and 5 deletions

View File

@@ -28,19 +28,24 @@ namespace rrr::layers::gui
float width = 0.f;
float height = 0.f;
bool delete_dialog = false;
bool create_dialog = false;
bool rename_dialog = false;
file current_file;
bool shift = false;
std::string title;
bool delete_dialog = false;
bool create_dialog = false;
bool rename_dialog = false;
bool help_dialog = false;
private:
void resize();
void cancel();
void draw_delete_dialog();
void draw_create_dialog();
void draw_rename_dialog();
void draw_help_dialog();
void create_file();
void rename();
void pressed(system_event& e);