MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / CanBeTargetedBy

Method CanBeTargetedBy

Source/RadioButton.cpp:455–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455bool RadioButton::CanBeTargetedBy(PatchCableSource* source) const
456{
457 if (source->GetConnectionType() == kConnectionType_Pulse)
458 return true;
459 return IUIControl::CanBeTargetedBy(source);
460}

Callers

nothing calls this directly

Calls 1

GetConnectionTypeMethod · 0.45

Tested by

no test coverage detected