MCPcopy Create free account
hub / github.com/audacity/audacity / HandleSelect

Method HandleSelect

src/MixerBoard.cpp:687–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

OnMouseEventMethod · 0.95

Calls 1

DoListSelectionFunction · 0.85

Tested by

no test coverage detected