MCPcopy Create free account
hub / github.com/audacity/audacity / SetDragPoint

Method SetDragPoint

libraries/lib-mixer/Envelope.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void Envelope::SetDragPoint(int dragPoint)
149{
150 mDragPoint = std::max(-1, std::min(int(mEnv.size() - 1), dragPoint));
151 mDragPointValid = (mDragPoint >= 0);
152}
153
154void Envelope::SetDragPointValid(bool valid)
155{

Callers 1

HandleMouseButtonDownMethod · 0.80

Calls 3

maxFunction · 0.85
minFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected