MCPcopy 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
460void PopupMenu::hidePopup()
461{
462 if (mTextList)
463 {
464 mTextList->setHidden(true);
465 }
466
467 hidePopupSubmenus();
468
469 mVisible = false;
470}
471
472void PopupMenu::hidePopupSubmenus()
473{

Callers 4

checkMenuMouseMoveMethod · 0.80
onActionMethod · 0.80
hidePopupSubmenusMethod · 0.80
clearPopupsMethod · 0.80

Calls 1

setHiddenMethod · 0.45

Tested by

no test coverage detected