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

Method begin

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

Source from the content-addressed store, hash-verified

668 }
669
670 void imgui_menu_stack::begin(const char * label, bool enabled)
671 {
672 open.push_back(open.back() ? ImGui::BeginMenu(label, true) : false);
673 }
674
675 bool imgui_menu_stack::item(const char * label, int mods, int key, bool enabled)
676 {

Callers 15

is_gltf_fileMethod · 0.45
import_modelMethod · 0.45
readMethod · 0.45
solve_ballistic_arcFunction · 0.45
removeMethod · 0.45
containsMethod · 0.45
removeMethod · 0.45
intersectMethod · 0.45
rebuild_internalMethod · 0.45
build_internalMethod · 0.45
getInitialTetrahedronMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected