add help
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user