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

Method CanBeTargetedBy

Source/GridController.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69bool GridControlTarget::CanBeTargetedBy(PatchCableSource* source) const
70{
71 return source->GetConnectionType() == kConnectionType_Grid;
72}
73
74bool GridControlTarget::MouseMoved(float x, float y)
75{

Callers

nothing calls this directly

Calls 1

GetConnectionTypeMethod · 0.45

Tested by

no test coverage detected