System configuration in main pannel: toggled with config button. Cleanup

the About vimix dialog, giving access to other about dialogs.
This commit is contained in:
brunoherbelin
2021-01-17 23:59:25 +01:00
parent 1028aeea9f
commit 5262b8ae29
4 changed files with 88 additions and 72 deletions

View File

@@ -109,7 +109,7 @@ class UserInterface
bool ctrl_modifier_active;
bool alt_modifier_active;
bool shift_modifier_active;
bool show_vimix_config;
bool show_vimix_about;
bool show_imgui_about;
bool show_gst_about;
bool show_opengl_about;
@@ -168,6 +168,7 @@ protected:
void handleKeyboard();
void handleMouse();
void handleScreenshot();
void RenderAbout(bool* p_open);
};
#endif /* #define __UI_MANAGER_H_ */