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

Method mouseDown

Source/PluginEditor.cpp:822–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822void FireAudioProcessorEditor::mouseDown(const juce::MouseEvent& e)
823{
824 // The logic for clicking on graphs has been moved to BandPanel.
825 if (e.eventComponent == &multiband)
826 {
827 updateWhenChangingFocus();
828 }
829}
830
831void FireAudioProcessorEditor::updateWhenChangingFocus()
832{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected