MCPcopy 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
213HMENU ShellMenu::getMenu()
214{
215 if (!m_menu) {
216 create();
217 }
218
219 return m_menu.get();
220}
221
222bool ShellMenu::wndProc(HWND h, UINT m, WPARAM wp, LPARAM lp, LRESULT* out)
223{

Callers 2

execMethod · 0.80
onMenuSelectMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected