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

Method mouseMove

Source/Panels/SpectrogramPanel/Multiband.cpp:722–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722void Multiband::mouseMove(const juce::MouseEvent& event)
723{
724 // This function is called continuously ONLY when the mouse is moving over this component.
725 // It's perfect for updating hover-dependent graphics like your preview line and masks.
726 repaint();
727}
728
729void Multiband::mouseExit(const juce::MouseEvent& event)
730{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected