MCPcopy Create free account
hub / github.com/VCVRack/Rack / createChildMenu

Method createChildMenu

src/app/MidiDisplay.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49struct MidiDriverItem : ui::MenuItem {
50 midi::Port* port;
51 ui::Menu* createChildMenu() override {
52 ui::Menu* menu = new ui::Menu;
53 appendMidiDriverMenu(menu, port);
54 return menu;
55 }
56};
57
58

Callers

nothing calls this directly

Calls 1

appendMidiDriverMenuFunction · 0.85

Tested by

no test coverage detected