MCPcopy 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
223void DeviceToolBar::OnFocus(wxFocusEvent &event)
224{
225 KeyboardCapture::OnFocus( *this, event );
226}
227
228void DeviceToolBar::OnCaptureKey(wxCommandEvent &event)
229{

Callers

nothing calls this directly

Calls 1

OnFocusFunction · 0.85

Tested by

no test coverage detected