Removed rendering of mouse position in the scene

This commit is contained in:
2025-12-25 16:12:14 +08:00
parent 606dbb70e7
commit 00febb309a
12 changed files with 10 additions and 48 deletions

View File

@@ -16,7 +16,7 @@ public:
// 收集渲染数据
void CollectRenderData();
void updateMousePositon(int logicalX, int logicalY);
void updateActionType(ActionType type);