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

Method onMenuSelect

Engine/source/gui/editor/popupMenu.cpp:111–114  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

109
110//-----------------------------------------------------------------------------
111void PopupMenu::onMenuSelect()
112{
113 Con::executef(this, "onMenuSelect");
114}
115
116//-----------------------------------------------------------------------------
117void PopupMenu::handleSelectEvent(U32 popID, U32 command)

Callers 1

WindowProcMethod · 0.80

Calls 1

executefFunction · 0.85

Tested by

no test coverage detected