Own Linux title callback and trim Win32 key state
This commit is contained in:
@@ -70,6 +70,11 @@ What is already real:
|
||||
- `pp_app_core`
|
||||
|
||||
Latest slice:
|
||||
- `linux/src/main.cpp` now binds and clears the FPS-title callback directly in
|
||||
the Linux entrypoint-owned shell; `App::set_platform_services()` no longer
|
||||
installs Linux-specific GLFW title behavior.
|
||||
- `src/platform_windows/windows_window_shell.*` now keeps the Win32 virtual-key
|
||||
map outside the retained input-state struct, shrinking that shared pocket.
|
||||
- `src/platform_windows/windows_runtime_shell.cpp` no longer keeps a second
|
||||
retained `App*` copy alongside `App::I`; the runtime shell now reads the
|
||||
bound app directly from the singleton composition edge.
|
||||
|
||||
Reference in New Issue
Block a user