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

Method mouseEnter

Source/Panels/SpectrogramPanel/SpectrumComponent.cpp:214–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void SpectrumComponent::mouseEnter(const juce::MouseEvent& /*event*/)
215{
216 // When the mouse enters, we want to start a fresh peak-hold session.
217 // Calling resetPeakData() clears the old values.
218 if (mDrawPeak)
219 {
220 resetPeakData();
221 }
222}
223
224void SpectrumComponent::mouseExit(const juce::MouseEvent& /*event*/)
225{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected