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

Method onMouseUp

Engine/source/gui/controls/guiPopUpCtrl.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void GuiPopupTextListCtrl::onMouseUp(const GuiEvent &event)
160{
161 Parent::onMouseUp( event );
162 mPopUpCtrl->closePopUp();
163}
164
165//------------------------------------------------------------------------------
166void GuiPopupTextListCtrl::onRenderCell(Point2I offset, Point2I cell, bool selected, bool mouseOver)

Callers

nothing calls this directly

Calls 1

closePopUpMethod · 0.45

Tested by

no test coverage detected