Added 'Source' to metrics (moved to UserInterfaceManager)

This commit is contained in:
brunoherbelin
2021-04-08 00:26:52 +02:00
parent 5a9d4dd55e
commit 28172430dc
6 changed files with 137 additions and 101 deletions

View File

@@ -166,10 +166,11 @@ protected:
void selectSaveFilename();
void selectOpenFilename();
void RenderMetrics (bool* p_open, int* p_corner, int *p_mode);
void RenderPreview();
void RenderHistory();
void RenderShaderEditor();
int RenderViewNavigator(int* shift);
int RenderViewNavigator(int* shift);
void handleKeyboard();
void handleMouse();
void handleScreenshot();