alt+start scenario records incorrectly in replays #394

Closed
opened 2024-08-08 18:26:53 +00:00 by NQNStudios · 3 comments
NQNStudios commented 2024-08-08 18:26:53 +00:00 (Migrated from github.com)

I didn't realize the alt-key is significant when clicking startup buttons. need to make that replay action record its state

I didn't realize the alt-key is significant when clicking startup buttons. need to make that replay action record its state
NQNStudios commented 2024-08-08 18:29:12 +00:00 (Migrated from github.com)

Should probably refactor handle_startup_button_click so it takes modifiers as a parameter the way dialog click events do, instead of calling kb.isAltPressed() in its body

Should probably refactor `handle_startup_button_click` so it takes modifiers as a parameter the way dialog click events do, instead of calling `kb.isAltPressed()` in its body
CelticMinstrel commented 2024-08-09 06:05:12 +00:00 (Migrated from github.com)

Is alt the only modifier that's significant here? I remember there's a modifier you can hold to get the debug preset party instead of the default preset party… but now that I think of it, I guess that's in a dialog, not at startup…

Is alt the only modifier that's significant here? I remember there's a modifier you can hold to get the debug preset party instead of the default preset party… but now that I think of it, I guess that's in a dialog, not at startup…
NQNStudios commented 2024-08-09 17:21:24 +00:00 (Migrated from github.com)

That was the only instance of using kb in handle_startup_button_click().

That was the only instance of using `kb` in `handle_startup_button_click()`.
Sign in to join this conversation.
No description provided.