Changelog:
r44544 | fabbo | 2023-09-20 21:14:56 +0000 (Wed, 20 Sep 2023) | 2 lines
Remove a dangling space
------------------------------------------------------------------------
r44543 | fabbo | 2023-09-20 21:07:30 +0000 (Wed, 20 Sep 2023) | 5 lines
Keep the state of the buttons up-to-date also while the menu is active.
Before, button releases performed while the menu is active did not cause the state of the button to be changed to released. Therefore, a subsequent press while the emulator was active did not have an effect, because the button was thought to be already pressed.
------------------------------------------------------------------------
r44542 | compyx | 2023-09-20 07:46:18 +0000 (Wed, 20 Sep 2023) | 2 lines
Gtk3: clarify why the joystick driver struct must remain at file scope
------------------------------------------------------------------------
r44541 | compyx | 2023-09-20 07:19:02 +0000 (Wed, 20 Sep 2023) | 2 lines
Fix format specifiers for `JOYSTICK_INPUT_AXIS` and `POT_AXIS`
------------------------------------------------------------------------
r44540 | compyx | 2023-09-20 06:23:26 +0000 (Wed, 20 Sep 2023) | 6 lines
Fix certain hotkey combinations not working on SDL2
Somehow the translation of SDL 1.x to SDL 2.x key codes got lost while fixing
the testing for the special "Menu" key. This commit should make Alt+F9/F12 work
again, along with some other hotkeys.
------------------------------------------------------------------------