InputEvent改名为EventDispatch

This commit is contained in:
2025-06-27 03:12:53 +08:00
parent fee0b8fb7b
commit 7dc7e2b0d7
3 changed files with 3 additions and 3 deletions

2
CMCore

Submodule CMCore updated: 9eabdaf1d1...f6c50e29d9

View File

@@ -102,7 +102,7 @@ protected: //RenderContext,未来合并成一个RenderContext结构
void CreateDefaultRenderer();
protected: //InputEvent
protected: //EventDispatch
io::MouseEvent *mouse_event=nullptr;