| 720 | } |
| 721 | |
| 722 | void 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 | |
| 729 | void Multiband::mouseExit(const juce::MouseEvent& event) |
| 730 | { |
nothing calls this directly
no outgoing calls
no test coverage detected