MCPcopy Create free account
hub / github.com/benkuper/Chataigne / addItemFromMenu

Method addItemFromMenu

Source/Module/ui/ModuleManagerUI.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void ModuleManagerUI::addItemFromMenu(Module* m, bool fromAddButton, Point<int> pos)
31{
32 BaseManagerShapeShifterUI::addItemFromMenu(m, fromAddButton, pos);
33 m->setupFromManualCreation();
34}

Callers 1

showMenuAndAddItemMethod · 0.45

Calls 1

Tested by

no test coverage detected