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

Method createChildMenu

src/app/MidiDisplay.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107struct MidiDeviceItem : ui::MenuItem {
108 midi::Port* port;
109 ui::Menu* createChildMenu() override {
110 ui::Menu* menu = new ui::Menu;
111 appendMidiDeviceMenu(menu, port);
112 return menu;
113 }
114};
115
116

Callers

nothing calls this directly

Calls 1

appendMidiDeviceMenuFunction · 0.85

Tested by

no test coverage detected