| 458 | } |
| 459 | |
| 460 | bool DropdownList::CanBeTargetedBy(PatchCableSource* source) const |
| 461 | { |
| 462 | if (source->GetConnectionType() == kConnectionType_Pulse) |
| 463 | return true; |
| 464 | return IUIControl::CanBeTargetedBy(source); |
| 465 | } |
| 466 | |
| 467 | void DropdownList::OnPulse(double time, float velocity, int flags) |
| 468 | { |
nothing calls this directly
no test coverage detected