New UI windows behavior to clear workspace on ESC

Press ESC to toggle a 'clear workspace' mode. 
Cleanup of UserInterface rendering of output preview to enable this.
Move include to internal_imgui.h outside of ImGuiToolkit.h.
This commit is contained in:
Bruno Herbelin
2022-01-06 01:21:18 +01:00
parent 0ad844d10e
commit 3a300a4ca3
5 changed files with 713 additions and 509 deletions

View File

@@ -31,6 +31,9 @@
#include <tinyxml2.h>
#include "tinyxml2Toolkit.h"
#include "imgui.h"
#include "imgui_internal.h"
#include "defines.h"
#include "Log.h"
#include "Scene.h"