Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ Open
Method
Open
extensions/olcPGEX_PopUpMenu.h:510–514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
}
509
510
void Manager::Open(Menu* mo)
511
{
512
Close();
513
panels.push_back(mo);
514
}
515
516
void Manager::Close()
517
{
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected