create rename file
This commit is contained in:
@@ -30,6 +30,7 @@ namespace rrr::layers::gui
|
||||
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;
|
||||
@@ -39,7 +40,9 @@ namespace rrr::layers::gui
|
||||
void cancel();
|
||||
void draw_delete_dialog();
|
||||
void draw_create_dialog();
|
||||
void draw_rename_dialog();
|
||||
void create_file();
|
||||
void rename();
|
||||
void pressed(system_event& e);
|
||||
void released(system_event& e);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user