mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 08:02:23 -07:00
4f8d969ce5
Shortcuts to enable imgui (F1), enable actor selection (F5), loading and saving layouts, used to be handled by registering console commands with shortcuts. Now console commands can still be executed, but the shortcuts are handled by directly checking if the corresponding key is pressed from the UPlayerInput when imgui do not need Text input. This should fix cases where the console shortcuts were not executed (typically with CommonUI menus)