Test handle Windows Explorer drag'n'drop in ImGui

This commit is contained in:
Simon Lübeß
2025-06-17 16:46:05 +02:00
parent 9b6bb2b8d8
commit 60482059a4
4 changed files with 60 additions and 6 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ namespace GlitchyEngine.ImGui
Debug.Profiler.ProfileScope!("ImGuiRenderEvent");
var event = scope ImGuiRenderEvent();
Application.Get().OnEvent(event);
Application.Instance.OnEvent(event);
}
End();