mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
0cc95232c4
("LANDS OF LORE: gamepad input doesn't work in some menus") The current code would just disable the keymapper setting for all menus, although the single purpose of this is allowing text input (including from previously mapped keys) in the save name menu. I've split up the mapping in two, one mapping for the mouse clicks and one for the keyboard keys. Now, I disable only the keyboard part during the save name input process. Mouse clicks on the confirm/cancel buttons remain still possible through mapped keys.