MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / mouseUp

Method mouseUp

source/gui/dragger/dragger_component.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 void Dragger::mouseUp(const juce::MouseEvent& e) {
52 juce::ignoreUnused(e);
53 const BailOutChecker checker(this);
54 listeners_.callChecked(checker, [&](Dragger::Listener& l) { l.dragEnded(this); });
55 }
56
57 void Dragger::mouseDrag(const juce::MouseEvent& e) {
58 // calculate shift and update global position

Callers

nothing calls this directly

Calls 1

dragEndedMethod · 0.80

Tested by

no test coverage detected