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

Method CanBeTargetedBy

Source/DropdownList.cpp:460–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460bool DropdownList::CanBeTargetedBy(PatchCableSource* source) const
461{
462 if (source->GetConnectionType() == kConnectionType_Pulse)
463 return true;
464 return IUIControl::CanBeTargetedBy(source);
465}
466
467void DropdownList::OnPulse(double time, float velocity, int flags)
468{

Callers

nothing calls this directly

Calls 1

GetConnectionTypeMethod · 0.45

Tested by

no test coverage detected