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

Method mouseExit

Source/Panels/SpectrogramPanel/Multiband.cpp:729–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729void Multiband::mouseExit(const juce::MouseEvent& event)
730{
731 // This function is called once when the mouse leaves the component's bounds.
732 // This ensures that any lingering hover effects (like the preview line) are erased.
733 repaint();
734}
735
736void Multiband::resortAndRedrawLines()
737{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected