Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jerryuhoo/Fire
/ isMouseOverCustom
Method
isMouseOverCustom
Source/Panels/SpectrogramPanel/FreqTextLabel.cpp:160–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
bool FreqTextLabel::isMouseOverCustom()
161
{
162
// Checks if the mouse is over this component OR its child label.
163
return isMouseOver() || freqLabel.isMouseOverOrDragging() || freqLabel.isBeingEdited();
164
}
Callers
1
paint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected