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

Method onMouseUp

Engine/source/gui/editor/guiMenuBar.cpp:1290–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288}
1289
1290void GuiMenuBar::onMouseUp(const GuiEvent &event)
1291{
1292 mouseDownMenu = NULL;
1293 setUpdate();
1294}
1295
1296void GuiMenuBar::onRender(Point2I offset, const RectI &updateRect)
1297{

Callers

nothing calls this directly

Calls 1

closeMenuMethod · 0.80

Tested by

no test coverage detected