Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddiakopoulos/polymer
/ app_menu_end
Method
app_menu_end
libraries/lib-app-base/src/gl-imgui.cpp:736–741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
734
}
735
736
void imgui_menu_stack::app_menu_end()
737
{
738
if (open.back()) ImGui::EndMainMenuBar();
739
open.pop_back();
740
assert(open.empty());
741
}
742
743
} // end namespace gui
Callers
1
on_draw
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected