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