mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-08 16:59:59 +01:00
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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user