Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jerryuhoo/Fire
/ mouseExit
Method
mouseExit
Source/Panels/SpectrogramPanel/DraggableButton.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void DraggableButton::mouseExit(const juce::MouseEvent& e)
41
{
42
isEntered = false;
43
}
44
45
juce::Colour DraggableButton::getColour()
46
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected