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

Method OnFocus

src/MixerBoard.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void MixerTrackSlider::OnFocus(wxFocusEvent &event)
112{
113 KeyboardCapture::OnFocus( *this, event );
114}
115
116void MixerTrackSlider::OnCaptureKey(wxCommandEvent &event)
117{

Callers

nothing calls this directly

Calls 1

OnFocusFunction · 0.85

Tested by

no test coverage detected