0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-18 11:21:18 +03:00

event driven

This commit is contained in:
bird_egop 2024-11-18 18:49:39 +03:00
parent f2632ff583
commit f9f89d9703
2 changed files with 4 additions and 2 deletions

View File

@ -110,8 +110,8 @@ public class App
imGuiPanel.OnImGuiRender();
}
ImGui.ShowMetricsWindow();
ImGui.ShowDemoWindow();
// ImGui.ShowMetricsWindow();
// ImGui.ShowDemoWindow();
ImGui.PopFont();

View File

@ -15,6 +15,8 @@ ImGuiController controller = null!;
GL gl = null!;
IInputContext inputContext = null!;
window.IsEventDriven = true;
var app = new App();
// Our loading function