4#include "../../UIElement.h"
6#include "../Minimap/Minimap.h"
7#include "../OrientationBox/OrientationBox.h"
8#include <Renderers/FrameBuffer/Framebuffer.h>
13 ImVec2* c_storedWindowPos;
14 ImVec2* c_storedWindowSize;
27 bool isMouseInSecondColumn =
false;
29 void update(
float deltaTime)
override;
31 void OnImGuiRender()
override;
32 void updateIsMouseInSecondColumn();
Definition Framebuffer.h:8
Definition OrientationBox.h:16
Definition UIElement.h:21
Definition ViewportPanel.h:18
Definition ViewportPanel.h:10