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

Method IsValidTarget

Source/PatchCable.cpp:729–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729bool PatchCable::IsValidTarget(IClickable* target) const
730{
731 return mOwner->IsValidTarget(target);
732}
733
734void PatchCable::Destroy(bool fromUserClick)
735{

Callers 6

PollMethod · 0.45
OnMidiNoteMethod · 0.45
MouseMovedMethod · 0.45
ShouldDimModuleMethod · 0.45
DrawPatchCableHoverMethod · 0.45
GetDropTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected