New helper function
| 64 | |
| 65 | // New helper function |
| 66 | bool 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 |
| 74 | void ModulatableSlider::mouseMove(const juce::MouseEvent& event) |