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

Method mouseDoubleClick

Source/Panels/SpectrogramPanel/VerticalLine.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void VerticalLine::mouseDoubleClick (const juce::MouseEvent& e)
54{
55 // do nothing, override the silder function, which will reset value.
56}
57
58void VerticalLine::mouseEnter (const juce::MouseEvent& e)
59{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected