RenderFramework接入键盘鼠标控制

This commit is contained in:
2025-06-10 01:34:13 +08:00
parent 3dfb2c65fd
commit b7627f392c
8 changed files with 39 additions and 124 deletions

View File

@@ -216,5 +216,5 @@ public:
int os_main(int,os_char **)
{
return RunFramework<TestApp>(OS_TEXT("AutoInstance"),1280,720);
return RunFramework<TestApp>(OS_TEXT("Billboard"),1280,720);
}