MCPcopy Create free account
hub / github.com/JibbSmart/JoyShockMapper / ClearMenuMap

Method ClearMenuMap

JoyShockMapper/src/win32/WindowsTrayIcon.cpp:425–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425void WindowsTrayIcon::ClearMenuMap()
426{
427 for (auto ptr : _menuMap)
428 {
429 delete ptr;
430 }
431 _menuMap.clear();
432}

Callers 1

beforeShowTrayMenuFunction · 0.45

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected