MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / mouseExit

Method mouseExit

Source/GUI/ModulatableSlider.cpp:107–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void ModulatableSlider::mouseExit(const juce::MouseEvent& event)
108{
109 juce::Slider::mouseExit(event);
110 if (isModHandleMouseOver)
111 {
112 isModHandleMouseOver = false;
113 if (onHoverEnd)
114 onHoverEnd(this);
115 repaint();
116 }
117
118 startTimer(100);
119}
120
121void ModulatableSlider::mouseDoubleClick(const juce::MouseEvent& event)
122{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected