Torque3D/Engine/source/gui/core
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
..
guiArrayCtrl.cpp
guiArrayCtrl.h
guiCanvas.cpp
guiCanvas.h
guiControl.cpp
guiControl.h
guiDefaultControlRender.cpp
guiDefaultControlRender.h
guiOffscreenCanvas.cpp
guiOffscreenCanvas.h
guiScriptNotifyControl.cpp
guiScriptNotifyControl.h
guiTypes.cpp
guiTypes.h