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

Method OnCaptureLost

src/widgets/ASlider.cpp:1816–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1814}
1815
1816void ASlider::OnCaptureLost(wxMouseCaptureLostEvent & WXUNUSED(event))
1817{
1818 wxMouseEvent e(wxEVT_LEFT_UP);
1819 mLWSlider->OnMouseEvent(e);
1820}
1821
1822void ASlider::OnKeyDown(wxKeyEvent &event)
1823{

Callers

nothing calls this directly

Calls 1

OnMouseEventMethod · 0.45

Tested by

no test coverage detected