MCPcopy 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

RunMenuMethod · 0.80
_HandleEventMethod · 0.80
OnKeyDownMethod · 0.80
ExitPopupMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected