| 67 | } |
| 68 | |
| 69 | bool GridControlTarget::CanBeTargetedBy(PatchCableSource* source) const |
| 70 | { |
| 71 | return source->GetConnectionType() == kConnectionType_Grid; |
| 72 | } |
| 73 | |
| 74 | bool GridControlTarget::MouseMoved(float x, float y) |
| 75 | { |
nothing calls this directly
no test coverage detected