| 453 | } |
| 454 | |
| 455 | bool RadioButton::CanBeTargetedBy(PatchCableSource* source) const |
| 456 | { |
| 457 | if (source->GetConnectionType() == kConnectionType_Pulse) |
| 458 | return true; |
| 459 | return IUIControl::CanBeTargetedBy(source); |
| 460 | } |
nothing calls this directly
no test coverage detected