mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-18 19:31:17 +03:00
event driven
This commit is contained in:
parent
f2632ff583
commit
f9f89d9703
@ -110,8 +110,8 @@ public class App
|
|||||||
imGuiPanel.OnImGuiRender();
|
imGuiPanel.OnImGuiRender();
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui.ShowMetricsWindow();
|
// ImGui.ShowMetricsWindow();
|
||||||
ImGui.ShowDemoWindow();
|
// ImGui.ShowDemoWindow();
|
||||||
|
|
||||||
ImGui.PopFont();
|
ImGui.PopFont();
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@ ImGuiController controller = null!;
|
|||||||
GL gl = null!;
|
GL gl = null!;
|
||||||
IInputContext inputContext = null!;
|
IInputContext inputContext = null!;
|
||||||
|
|
||||||
|
window.IsEventDriven = true;
|
||||||
|
|
||||||
var app = new App();
|
var app = new App();
|
||||||
|
|
||||||
// Our loading function
|
// Our loading function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user