Route platform frame hooks through services

This commit is contained in:
2026-06-03 04:41:01 +02:00
parent 22006eaf47
commit dd641c047b
10 changed files with 85 additions and 16 deletions

View File

@@ -190,6 +190,8 @@ public:
void display_file(std::string path);
void share_file(std::string path);
void request_app_close();
void update_platform_frame(float delta_time_seconds);
void report_rendered_frames(int frames);
void save_prepared_file(
std::string path,
std::string suggested_name,