MCPcopy Create free account
hub / github.com/ddiakopoulos/polymer / app_menu_begin

Method app_menu_begin

libraries/lib-app-base/src/gl-imgui.cpp:664–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662 imgui_menu_stack::imgui_menu_stack(const polymer_app & app) : current_mods(app.get_mods()) { }
663
664 void imgui_menu_stack::app_menu_begin()
665 {
666 assert(open.empty());
667 open.push_back(ImGui::BeginMainMenuBar());
668 }
669
670 void imgui_menu_stack::begin(const char * label, bool enabled)
671 {

Callers 1

on_drawMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected