fix(input): start games with the plus key

Match the recovered Win16 registration flow: the first plus press creates Player 1 and additional presses add Players 2 through 4 until the initial launch. Down now belongs only to charging and releasing the plunger.

Test Plan:
- cargo fmt --check
- cargo test
- cargo clippy --all-targets --all-features -- -D warnings
- live: verify Down cannot leave attract mode
- live: start with plus, add Player 2, hold Down through partial/full plunger frames, and release onto the table
- git diff --check
This commit is contained in:
2026-08-22 18:24:29 +02:00
parent 8d76e9539f
commit 95760b9940
3 changed files with 51 additions and 19 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ command-line tools.
| Action | Original key | Additional modern key |
| --- | --- | --- |
| Choose 1-4 players | `+` | `=` |
| Start game / charge launcher | Hold Down arrow, release to launch | Enter starts a game |
| Start game / add up to 4 players | `+` | `=` or Enter starts one player |
| Charge launcher | Hold Down arrow, release to launch | - |
| Left flipper | Left Ctrl | `A` or Left arrow |
| Right flipper | Keypad Enter | Right Ctrl, `D`, or Right arrow |
| Nudge | Space, either Shift, keypad `3` | - |