Rimosso demo imGui
This commit is contained in:
+4
-4
@@ -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.
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user