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:
@@ -32,6 +32,11 @@ public:
|
||||
|
||||
void ImGuiWidgetRenderer(ApplicationClass* app);
|
||||
|
||||
private :
|
||||
bool showObjectWindow = false;
|
||||
bool showTerrainWindow = false;
|
||||
bool showLightWindow = false;
|
||||
|
||||
private:
|
||||
ImGuiIO* io;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user