Various bugfix and GUI improvements.

This commit is contained in:
brunoherbelin
2020-06-01 12:41:12 +02:00
parent 114bf01b2a
commit 7b4408ece6
7 changed files with 81 additions and 50 deletions

View File

@@ -60,7 +60,9 @@ public:
bool pannelVisible() { return pannel_visible_; }
void hidePannel();
void showPannelSource(int index);
void toggleMenu();
void togglePannelMenu();
void togglePannelNew();
void Render();
};
@@ -127,6 +129,7 @@ public:
inline bool keyboardModifier() { return keyboard_modifier_active; }
void StartScreenshot();
void showPannel();
// TODO implement the shader editor
std::string currentTextEdit;