Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ ExitMenu
Method
ExitMenu
SOUI/src/helper/SMenuEx.cpp:527–531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
525
}
526
527
void ExitMenu(int nCmdID)
528
{
529
m_bExit = TRUE;
530
m_nCmdID = nCmdID;
531
}
532
533
int GetCmdID() { return m_nCmdID; }
534
Callers
4
RunMenu
Method · 0.80
_HandleEvent
Method · 0.80
OnKeyDown
Method · 0.80
ExitPopupMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected