Rimosso demo imGui

This commit is contained in:
2026-06-22 19:42:39 +02:00
parent 68b9d89c12
commit f74155e9f7
3 changed files with 4 additions and 6 deletions
+4 -4
View File
@@ -24,8 +24,8 @@ Pos=68,96
Size=740,472
[Window][Set data position]
Pos=0,670
Size=800,30
Pos=0,732
Size=924,30
[Window][Dear ImGui Demo/ResizableChild_478B81A3]
IsChild=1
@@ -40,10 +40,10 @@ Pos=60,60
Size=353,1005
[Window][Set visualization plane]
Pos=400,0
Pos=524,0
Size=400,30
[Window][Set time multiplier]
Pos=400,640
Pos=524,702
Size=400,30
Binary file not shown.
-2
View File
@@ -287,14 +287,12 @@ void handle_resize(const sf::Event::Resized &resized, State &gs)
/// Graphics
void doGUI(State &gs)
{
// TODO: here code to display the menus
//Bottoni
sf::Time elapsed = gs.clock.restart();
unsigned int zero = 0;
ImGui::SFML::Update(gs.window, elapsed);
ImGui::ShowDemoWindow();
//Finestra gestione posizione nei dati
ImGuiWindowFlags sdp_flags = ImGuiWindowFlags_NoMove|