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

Method mouseDown

Source/Panels/SpectrogramPanel/CloseButton.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void CloseButton::mouseDown (const juce::MouseEvent& e)
43{
44 setToggleState (false, juce::sendNotification);
45}
46
47void CloseButton::mouseEnter (const juce::MouseEvent& e)
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected