Route UI thread lifecycle through platform services

This commit is contained in:
2026-06-03 04:45:02 +02:00
parent dd641c047b
commit f3925f8423
10 changed files with 79 additions and 15 deletions

View File

@@ -170,6 +170,14 @@ public:
(void)visible;
}
void attach_ui_thread() override
{
}
void detach_ui_thread() override
{
}
void update_platform_frame(float delta_time_seconds) override
{
win32_update_stylus(delta_time_seconds);