MCPcopy Create free account
hub / github.com/VCVRack/Befaco / onAction

Method onAction

src/MidiThing.cpp:598–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596 struct MidiDriverChoice : LedDisplayCenterChoiceEx {
597 midi::Port* port;
598 void onAction(const event::Action& e) override {
599 if (!port)
600 return;
601 createContextMenu();
602 }
603
604 virtual ui::Menu* createContextMenu() {
605 ui::Menu* menu = createMenu();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected