Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ FollowModifierKeys
Method
FollowModifierKeys
src/widgets/AButton.cpp:298–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
void AButton::FollowModifierKeys()
299
{
300
if(!mListener)
301
mListener = std::make_unique<Listener>(this);
302
}
303
304
void AButton::SetFocusRect(const wxRect & r)
305
{
Callers
2
Populate
Method · 0.80
Populate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected