Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
425
void WindowsTrayIcon::ClearMenuMap()
426
{
427
for (auto ptr : _menuMap)
428
{
429
delete ptr;
430
}
431
_menuMap.clear();
432
}
Callers
1
beforeShowTrayMenu
Function · 0.45
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected