| 206 | } |
| 207 | |
| 208 | bool DotGrid::CanBeTargetedBy(PatchCableSource* source) const |
| 209 | { |
| 210 | return source->GetConnectionType() == kConnectionType_UIControl && dynamic_cast<Snapshots*>(source->GetOwner()) != nullptr; |
| 211 | } |
| 212 | |
| 213 | void DotGrid::OnClicked(float x, float y, bool right) |
| 214 | { |
nothing calls this directly
no test coverage detected