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

Method mouseEnter

Source/Panels/SpectrogramPanel/EnableButton.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void EnableButton::mouseEnter (const juce::MouseEvent& e)
52{
53 isEntered = true;
54}
55
56void EnableButton::mouseExit (const juce::MouseEvent& e)
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected