MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / ElementModMenu

Method ElementModMenu

src/ui/ui_mod_menu.cpp:786–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786ElementModMenu::ElementModMenu(const Rml::String &tag) : Rml::Element(tag) {
787 SetProperty("width", "100%");
788 SetProperty("height", "100%");
789
790 recompui::Element this_compat(this);
791 recompui::ContextId context = get_current_context();
792 mod_menu = context.create_element<ModMenu>(&this_compat);
793}
794
795ElementModMenu::~ElementModMenu() {
796

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected