Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ OnFocus
Method
OnFocus
src/toolbars/DeviceToolBar.cpp:223–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
void DeviceToolBar::OnFocus(wxFocusEvent &event)
224
{
225
KeyboardCapture::OnFocus( *this, event );
226
}
227
228
void DeviceToolBar::OnCaptureKey(wxCommandEvent &event)
229
{
Callers
nothing calls this directly
Calls
1
OnFocus
Function · 0.85
Tested by
no test coverage detected