MCPcopy 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
629bool AButton::WasShiftDown()
630{
631 return mWasShiftDown;
632}
633
634bool AButton::WasControlDown()
635{

Callers 8

OnButton_MuteMethod · 0.80
OnButton_SoloMethod · 0.80
ReCreateButtonsMethod · 0.80
PlayDefaultMethod · 0.80
OnRecordMethod · 0.80
OnRewindMethod · 0.80
OnFFMethod · 0.80
OnPlaySpeedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected