Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ OnBack
Method
OnBack
extensions/olcPGEX_PopUpMenu.h:541–544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
539
}
540
541
void Manager::OnBack()
542
{
543
if (!panels.empty()) panels.pop_back();
544
}
545
546
Menu* Manager::OnConfirm()
547
{
Callers
nothing calls this directly
Calls
2
empty
Method · 0.80
pop_back
Method · 0.80
Tested by
no test coverage detected