Minor update - ImGui

Feat :

~ Seul la fenêtre principale est ouverte par default
+ Bouton dans la fenêtre principale pour ouvrir les autres fenêtre disponible
+ Croix pour fermer les fenêtre ouverte en plus de la fenêtre principale
This commit is contained in:
2024-04-08 14:47:16 +02:00
parent 8d344dbfc7
commit 5a6efc909f
3 changed files with 45 additions and 10 deletions

View File

@@ -32,6 +32,11 @@ public:
void ImGuiWidgetRenderer(ApplicationClass* app);
private :
bool showObjectWindow = false;
bool showTerrainWindow = false;
bool showLightWindow = false;
private:
ImGuiIO* io;
};