Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
void AudioSetupToolBar::OnFocus(wxFocusEvent &event)
192
{
193
KeyboardCapture::OnFocus( *this, event );
194
}
195
196
void AudioSetupToolBar::OnAudioSetup(wxCommandEvent& WXUNUSED(evt))
197
{
Callers
nothing calls this directly
Calls
1
OnFocus
Function · 0.85
Tested by
no test coverage detected