Route render capture hooks through platform services

This commit is contained in:
2026-06-03 04:54:29 +02:00
parent 7a9b14a86f
commit beb7f717f1
10 changed files with 76 additions and 18 deletions

View File

@@ -447,8 +447,9 @@ Known local toolchain state:
- `pp_platform_api` exposes the SDK-free `PlatformServices` interface for
clipboard text, cursor visibility, virtual-keyboard visibility, external
file display, file sharing, native app/window close, UI-thread lifecycle
hooks, render-context lifecycle hooks, per-frame platform hooks, picker
callbacks, and prepared-file save/download handoff; Windows
hooks, render-context lifecycle hooks, render-capture frame hooks, per-frame
platform hooks, picker callbacks, and prepared-file save/download handoff;
Windows
live app execution now uses injected
`WindowsPlatformServices` from
`src/platform_windows/windows_platform_services.*` in `pp_platform_windows`,