MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / onMouseDown

Method onMouseDown

Engine/source/gui/controls/guiPopUpCtrl.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void GuiPopUpBackgroundCtrl::onMouseDown(const GuiEvent &event)
87{
88 mPopUpCtrl->mBackgroundCancel = true; // Set that the user didn't click within the text list. Replaces the line above.
89 mPopUpCtrl->closePopUp();
90}
91
92//------------------------------------------------------------------------------
93GuiPopupTextListCtrl::GuiPopupTextListCtrl()

Callers

nothing calls this directly

Calls 1

closePopUpMethod · 0.45

Tested by

no test coverage detected