MCPcopy Create free account
hub / github.com/christophhart/HISE / mouseUp

Method mouseUp

hi_scripting/scripting/scriptnode/api/ModulationSourceNode.cpp:216–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214
215
216void ModulationSourceBaseComponent::mouseUp(const MouseEvent& e)
217{
218 CHECK_MIDDLE_MOUSE_UP(e);
219
220 ZoomableViewport::checkDragScroll(e, true);
221
222 findParentComponentOfClass<DspNetworkGraph>()->dragOverlay.setEnabled(false);
223}
224
225void ModulationSourceBaseComponent::resized()
226{

Callers

nothing calls this directly

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected