Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ WasShiftDown
Method
WasShiftDown
src/widgets/AButton.cpp:629–632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
627
}
628
629
bool AButton::WasShiftDown()
630
{
631
return mWasShiftDown;
632
}
633
634
bool AButton::WasControlDown()
635
{
Callers
8
OnButton_Mute
Method · 0.80
OnButton_Solo
Method · 0.80
ReCreateButtons
Method · 0.80
PlayDefault
Method · 0.80
OnRecord
Method · 0.80
OnRewind
Method · 0.80
OnFF
Method · 0.80
OnPlaySpeed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected