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 Input event changes 2013-01-22 18:17:41 -05:00
guiArrayCtrl.h virtuals removed 2024-03-18 18:13:00 +00:00
guiCanvas.cpp 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
guiCanvas.h 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
guiControl.cpp - Reimplements autosave logic to handle levels, subscenes and terrains in a more consistent, reliable way. 2025-05-25 07:40:10 -05:00
guiControl.h setFirstResonder Safeties 2025-02-25 18:23:45 -06:00
guiDefaultControlRender.cpp guiControlProfile 2025-01-23 22:13:48 +00:00
guiDefaultControlRender.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiOffscreenCanvas.cpp gui offscreen material test 2025-06-18 17:05:35 +01:00
guiOffscreenCanvas.h gui offscreen material test 2025-06-18 17:05:35 +01:00
guiScriptNotifyControl.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
guiScriptNotifyControl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiTypes.cpp update cursors 2025-06-18 09:27:47 +01:00
guiTypes.h review notes from Az 2025-03-30 11:22:42 +01:00