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

Method buttonClicked

Source/PluginParam.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void Ctrl::buttonClicked(Button* clicked) {
115 publishValue(clicked->getToggleState());
116}
117
118void Ctrl::comboBoxChanged(ComboBox* combo) {
119 publishValue((combo->getSelectedId() - 1) / combo->getNumItems());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected