Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ hidePopup
Method
hidePopup
Engine/source/gui/editor/popupMenu.cpp:460–470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
458
}
459
460
void PopupMenu::hidePopup()
461
{
462
if (mTextList)
463
{
464
mTextList->setHidden(true);
465
}
466
467
hidePopupSubmenus();
468
469
mVisible = false;
470
}
471
472
void PopupMenu::hidePopupSubmenus()
473
{
Callers
4
checkMenuMouseMove
Method · 0.80
onAction
Method · 0.80
hidePopupSubmenus
Method · 0.80
clearPopups
Method · 0.80
Calls
1
setHidden
Method · 0.45
Tested by
no test coverage detected