Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
void MixerTrackSlider::OnFocus(wxFocusEvent &event)
112
{
113
KeyboardCapture::OnFocus( *this, event );
114
}
115
116
void MixerTrackSlider::OnCaptureKey(wxCommandEvent &event)
117
{
Callers
nothing calls this directly
Calls
1
OnFocus
Function · 0.85
Tested by
no test coverage detected