MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / BeginMenu

Method BeginMenu

imgui_tiny_app/imgui/imgui_widgets.cpp:9449–9452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9447}
9448
9449bool ImGui::BeginMenu(const char* label, bool enabled)
9450{
9451 return BeginMenuEx(label, NULL, enabled);
9452}
9453
9454void ImGui::EndMenu()
9455{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected