Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ getMenu
Method
getMenu
src/envshell.cpp:213–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
HMENU ShellMenu::getMenu()
214
{
215
if (!m_menu) {
216
create();
217
}
218
219
return m_menu.get();
220
}
221
222
bool ShellMenu::wndProc(HWND h, UINT m, WPARAM wp, LPARAM lp, LRESULT* out)
223
{
Callers
2
exec
Method · 0.80
onMenuSelect
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected