MCPcopy Create free account
hub / github.com/asb2m10/dexed / loadProgram

Method loadProgram

Source/ProgramListBox.h:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void loadProgram() {
122 if ( ! pgmListBox->hasContent )
123 return;
124 pgmListBox->listener->programSelected(pgmListBox, idx);
125 }
126
127 void mouseDown(const MouseEvent &event) override {
128 if ( ! pgmListBox->hasContent )

Callers 1

Calls 1

programSelectedMethod · 0.80

Tested by

no test coverage detected