work-in progress Helper and keyboard shortcuts

This commit is contained in:
Bruno
2021-08-26 15:51:07 +02:00
parent 7fb6e57829
commit 06187b9a1a
9 changed files with 350 additions and 52 deletions

View File

@@ -29,6 +29,7 @@ struct WidgetsConfig
bool shader_editor;
bool toolbox;
bool history;
bool help;
WidgetsConfig() {
stats = false;
@@ -43,6 +44,7 @@ struct WidgetsConfig
timeline_editmode = false;
shader_editor = false;
toolbox = false;
help = false;
}
};