InputEvent相关函数、变量改名

This commit is contained in:
2025-06-27 02:58:39 +08:00
parent 11385c7b9e
commit fee0b8fb7b
5 changed files with 11 additions and 11 deletions

View File

@@ -29,12 +29,12 @@ namespace hgl
{
render_framework=rf;
rf->Join(this);
rf->RegistryEventDispatch(this);
}
virtual ~WorkManager()
{
render_framework->Unjoin(this);
render_framework->UnregistryEventDispatch(this);
SAFE_CLEAR(cur_work_object);
}