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

Method isMouseOverMainSlider

Source/GUI/ModulatableSlider.cpp:66–71  ·  view source on GitHub ↗

New helper function

Source from the content-addressed store, hash-verified

64
65// New helper function
66bool ModulatableSlider::isMouseOverMainSlider() const
67{
68 // The main slider is highlighted only if the mouse is over the component
69 // in general, but NOT specifically over the modulation handle.
70 return isMouseOver() && ! isModHandleMouseOver;
71}
72
73// New/updated mouse handlers
74void ModulatableSlider::mouseMove(const juce::MouseEvent& event)

Callers 1

drawDefaultSliderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected