| 685 | // event handlers |
| 686 | |
| 687 | void MixerTrackCluster::HandleSelect(bool bShiftDown, bool bControlDown) |
| 688 | { |
| 689 | SelectUtilities::DoListSelection(*mProject, |
| 690 | *mTrack, bShiftDown, bControlDown, true); |
| 691 | } |
| 692 | |
| 693 | void MixerTrackCluster::OnMouseEvent(wxMouseEvent& event) |
| 694 | { |
no test coverage detected