New view navigation with [CTRL+TAB]

This commit is contained in:
brunoherbelin
2021-01-26 22:16:57 +01:00
parent 54c5eb6155
commit 6607bd319c
2 changed files with 99 additions and 3 deletions

View File

@@ -113,6 +113,8 @@ class UserInterface
bool show_imgui_about;
bool show_gst_about;
bool show_opengl_about;
int show_view_navigator;
int target_view_navigator;
unsigned int screenshot_step;
// frame grabbers
@@ -165,6 +167,7 @@ protected:
void RenderPreview();
void RenderHistory();
void RenderShaderEditor();
int RenderViewNavigator(int* shift);
void handleKeyboard();
void handleMouse();
void handleScreenshot();