3#include "../../UIElement.h"
4#include <AppScene/AppInterface.h>
8 std::unordered_map<std::string, Manager*>* c_graphNames = {
10 std::string* c_currentActive;
17 bool interpolation_running =
false;
19 float interpolation = 0.0f;
20 float interpolation_speed = 0.01f;
22 std::string currentActive;
25 std::string tabToClose =
"";
28 void update(
float deltaTime)
override;
30 void OnImGuiRender()
override;
31 std::string getTabToClose();
Definition BaseFPSLimiter.h:5
Definition GraphTopBar.h:15
Definition GECSManager.h:14
Definition UIElement.h:21
Definition GraphTopBar.h:6