From 7dc7e2b0d7fa30ca7cd1caf4f4a55c3f59fd7778 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Fri, 27 Jun 2025 03:12:53 +0800 Subject: [PATCH] =?UTF-8?q?InputEvent=E6=94=B9=E5=90=8D=E4=B8=BAEventDispa?= =?UTF-8?q?tch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMCore | 2 +- CMPlatform | 2 +- inc/hgl/graph/RenderFramework.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMCore b/CMCore index 9eabdaf1..f6c50e29 160000 --- a/CMCore +++ b/CMCore @@ -1 +1 @@ -Subproject commit 9eabdaf1d1bca692b2b0c9755d7661274493a0c8 +Subproject commit f6c50e29d98c722789d53455e1af4b891a01d43f diff --git a/CMPlatform b/CMPlatform index b283cb4b..fd0929d8 160000 --- a/CMPlatform +++ b/CMPlatform @@ -1 +1 @@ -Subproject commit b283cb4befdf4835b5aec5803e288cc209c9da2c +Subproject commit fd0929d89c3cd0c8b9818d9f583000adf0b39711 diff --git a/inc/hgl/graph/RenderFramework.h b/inc/hgl/graph/RenderFramework.h index d0cc80e2..115d0587 100644 --- a/inc/hgl/graph/RenderFramework.h +++ b/inc/hgl/graph/RenderFramework.h @@ -102,7 +102,7 @@ protected: //RenderContext,未来合并成一个RenderContext结构 void CreateDefaultRenderer(); -protected: //InputEvent +protected: //EventDispatch io::MouseEvent *mouse_event=nullptr;