aboutsummaryrefslogtreecommitdiff
path: root/source/30-game/EditorCorePrivate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/30-game/EditorCorePrivate.hpp')
-rw-r--r--source/30-game/EditorCorePrivate.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/30-game/EditorCorePrivate.hpp b/source/30-game/EditorCorePrivate.hpp
index e70f5ec..4071e7a 100644
--- a/source/30-game/EditorCorePrivate.hpp
+++ b/source/30-game/EditorCorePrivate.hpp
@@ -1,10 +1,10 @@
#pragma once
-#include "EditorCore.hpp"
-
#include "App.hpp"
+#include "EditorAccessories.hpp"
#include "EditorAttachment.hpp"
#include "EditorCommandPalette.hpp"
+#include "EditorCore.hpp"
#include "EditorUtils.hpp"
#include "EditorWorldGuides.hpp"
#include "GameObject.hpp"
@@ -86,6 +86,7 @@ private:
EditorCommandPalette mEdCommandPalette;
EditorInspector mEdInspector;
EditorContentBrowser mEdContentBrowser;
+ EditorKeyboardViewer mEdKbViewer;
EditorWorldGuides mEdGuides;
GuizmoState mGuizmo;
glm::vec3 mDragCam_CamInitial;
@@ -101,6 +102,7 @@ private:
bool mWindowVisible_ContentBrowser = true;
bool mWindowVisible_WorldStructure = true;
bool mWindowVisible_WorldProperties = true;
+ bool mWindowVisible_KeyboardViewer = false;
bool mDragCam_Happening = false;
bool mMoveCamKeyboard = false;
bool mMoveCamScrollWheel = false;