Add unified input event queue and cursor support for window manager

This commit is contained in:
Stone_Red
2026-06-17 00:50:05 +02:00
parent 8d1cd6d369
commit 633ded2d62
7 changed files with 253 additions and 27 deletions
+1
View File
@@ -254,6 +254,7 @@ public sealed class Window(string title, int processId, int id, IRenderSource re
}
// Remove old primitives for this element, then emit new ones
// TODO: optimize by diffing properties and only updating what changed instead of full remove+add
commands.Add(new RenderCommand
{
WindowId = Id,