MCPcopy Create free account
hub / github.com/TKazer/CS2_External / ShowExampleAppMainMenuBar

Function ShowExampleAppMainMenuBar

CS2_External/OS-ImGui/imgui/imgui_demo.cpp:6448–6469  ·  view source on GitHub ↗

Demonstrate creating a "main" fullscreen menu bar and populating it. Note the difference between BeginMainMenuBar() and BeginMenuBar(): - BeginMenuBar() = menu-bar inside current window (which needs the ImGuiWindowFlags_MenuBar flag!) - BeginMainMenuBar() = helper to create menu-bar-sized window at the top of the main viewport + call BeginMenuBar() into it.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ShowDemoWindowMethod · 0.85

Calls 1

ShowExampleMenuFileFunction · 0.85

Tested by

no test coverage detected