MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / mouseUp

Method mouseUp

shared/components/ControlPointComponent.cpp:60–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void ControlPointComponent::mouseUp(const MouseEvent &event) {
61 if(shouldDebounce(event)) { return; }
62 lastMouseClick = event.eventTime;
63
64 ignoreUnused(event);
65 draggedPoint = nullptr;
66 draggedPointIndex = 0;
67
68 populateOutputValues();
69}
70
71void ControlPointComponent::mouseDrag (const MouseEvent& e)
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected