Route VR lifecycle through platform services
This commit is contained in:
@@ -630,6 +630,10 @@ VR mode, VR-controller, auto-timelapse, and cursor-mode side effects through
|
||||
`AppPreferenceServices` in `src/legacy_app_preference_services.*` before
|
||||
retained settings writes, recording lifecycle calls, and legacy canvas/UI
|
||||
adapters continue.
|
||||
VR mode start/stop now enters `App` platform wrappers that dispatch through
|
||||
`PlatformServices`; Windows keeps the retained OpenVR bridge in
|
||||
`WindowsPlatformServices`, while the legacy fallback reports unsupported VR
|
||||
startup on non-Windows platforms until their shells own the service.
|
||||
`pano_cli plan-about-menu` exposes app-core planning for About menu help,
|
||||
about, what's-new, crash-test, and performance-test commands, including
|
||||
versioned what's-new labels, diagnostic gating, and no-canvas performance-test
|
||||
@@ -644,6 +648,7 @@ acquire/release/present hooks, render-target binding hooks, render-capture
|
||||
frame hooks, render platform hint hooks, render debug callback hooks, external
|
||||
file display, file sharing, recording file cleanup, live asset/layout reload
|
||||
policy, diagnostic stacktrace/crash hooks, SonarPen availability/startup,
|
||||
VR mode start/stop,
|
||||
image/file/save-file pickers, and directory pickers.
|
||||
Windows installs an injected `WindowsPlatformServices` implementation from
|
||||
`src/platform_windows/windows_platform_services.*` in `pp_platform_windows`;
|
||||
@@ -680,6 +685,9 @@ The Tools menu SonarPen entry now asks `PlatformServices` whether SonarPen is
|
||||
available and dispatches startup through the same service, preserving the
|
||||
current iOS Objective-C bridge in the legacy adapter while removing iOS branches
|
||||
from `App::init_menu_tools` and `LegacyToolsMenuServices`.
|
||||
App VR lifecycle start/stop now asks `PlatformServices`, preserving the current
|
||||
Windows OpenVR startup/shutdown bridge in `WindowsPlatformServices` while
|
||||
non-Windows fallback adapters keep the existing unsupported/no-op behavior.
|
||||
Canvas image export publishing and explicit persistent-storage flushes now
|
||||
dispatch through `PlatformServices` too, preserving iOS photo-library export
|
||||
publication and WebGL filesystem sync behavior in the legacy adapter while
|
||||
@@ -1757,7 +1765,7 @@ Results:
|
||||
prepared-file export-dialog policy dispatch, work-directory document export
|
||||
collection policy dispatch, network TLS verification policy dispatch,
|
||||
default network TLS policy coverage, PPBR export data-directory policy
|
||||
dispatch, SonarPen availability/startup dispatch,
|
||||
dispatch, SonarPen availability/startup dispatch, VR lifecycle dispatch,
|
||||
live asset/layout reload policy dispatch,
|
||||
diagnostic hook dispatch, per-frame platform hook dispatch, picker callback
|
||||
dispatch, and prepared-file save/download callback dispatch. The live Windows
|
||||
|
||||
Reference in New Issue
Block a user