Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1290
void GuiMenuBar::onMouseUp(const GuiEvent &event)
1291
{
1292
mouseDownMenu = NULL;
1293
setUpdate();
1294
}
1295
1296
void GuiMenuBar::onRender(Point2I offset, const RectI &updateRect)
1297
{
Callers
nothing calls this directly
Calls
1
closeMenu
Method · 0.80
Tested by
no test coverage detected