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

Method end

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

Source from the content-addressed store, hash-verified

728 }
729
730 void imgui_menu_stack::end()
731 {
732 if (open.back()) ImGui::EndMenu();
733 open.pop_back();
734 }
735
736 void imgui_menu_stack::app_menu_end()
737 {

Callers 15

gltf_load_animationFunction · 0.45
is_gltf_fileMethod · 0.45
import_modelMethod · 0.45
import_obj_modelMethod · 0.45
LoadObjFunction · 0.45
LoadObjWithCallbackFunction · 0.45
readMethod · 0.45
solve_ballistic_arcFunction · 0.45
removeMethod · 0.45
containsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected