From a38866694c9b50b1b5fc1c01258469a19654d4cd Mon Sep 17 00:00:00 2001 From: hyzboy Date: Thu, 3 Jul 2025 23:28:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/io/event/EventDispatch.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/inc/hgl/io/event/EventDispatch.h b/inc/hgl/io/event/EventDispatch.h index 40a9de0..3287ff5 100644 --- a/inc/hgl/io/event/EventDispatch.h +++ b/inc/hgl/io/event/EventDispatch.h @@ -3,6 +3,13 @@ #include #include +/* +* 现阶段事件分发流程: +* +* 操作系统事件 -> Window -> RenderFramework -> WorkManager +* +*/ + namespace hgl::io { struct EventHeader