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

Method OnFocus

src/toolbars/AudioSetupToolBar.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void AudioSetupToolBar::OnFocus(wxFocusEvent &event)
192{
193 KeyboardCapture::OnFocus( *this, event );
194}
195
196void AudioSetupToolBar::OnAudioSetup(wxCommandEvent& WXUNUSED(evt))
197{

Callers

nothing calls this directly

Calls 1

OnFocusFunction · 0.85

Tested by

no test coverage detected