0c4c18dbeaf45e076e5915777f711bbcc9f7bbe2
Both original key handlers return without processing gameplay keys while any of the four child-window slots is occupied. Rust continued to toggle sound through Help, HighScore, and name-entry UI and used F1 to close Help, behavior the main Win16 window cannot perform through an active child. Limit recovered F1 and F12 handling to the attract and playing screens. The portable Enter/Escape Help return remains available as an explicit modern control without bypassing the original main-window gate. Test Plan: - `cargo test --workspace --all-targets --all-features` -- 125 passed - `cargo clippy --workspace --all-targets --all-features -- -D warnings` -- passed - `rumdl check --flavor commonmark RECONSTRUCTION.md CHANGELOG.md` -- passed - `git diff --cached --check` -- passed
Description
No description provided
22 MiB
Languages
C
73.8%
Rust
13.9%
C++
5.1%
Python
4.1%
Shell
1.4%
Other
1.6%