Torque3D/Engine
JeffR 970aba9766 Fixes design oversight where the general game menu keybind was being overridden due to order of operations issues with an offscreen canvas demoing the options menu
Fixed via several solutions to prevent issue from cropping up again.
Firstly, Adjusted behavior script-side so game menu keybind is pushed with the PlayGUI since almost every single game will use the game menu
Secondly, added logic so that the guiInputCtrl, when going to push an ActionMap(if it has one) will check if it's root canvas is active.
Thirdly, to allow guiInputCtrls to respond to a canvas becoming active, such as a GUi-on-Material surface displaying a menu and it's activated, an offscreen canvas becoming active now trips a signal that guiInputCtrl listens for.
2025-08-11 00:06:42 -05:00
..
bin add missing exe files 2024-05-01 15:54:03 +01:00
lib update sdl to 2.32.6 2025-05-24 13:39:03 -05:00
modules/Verve (Mostly) updated verve implementation. 2019-03-07 16:23:41 -06:00
source Fixes design oversight where the general game menu keybind was being overridden due to order of operations issues with an offscreen canvas demoing the options menu 2025-08-11 00:06:42 -05:00
CMakeLists.txt * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00