Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ IsOverPattern
Method
IsOverPattern
Source/PatternEditor.cpp:2269–2272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2267
}
2268
2269
bool CPatternEditor::IsOverPattern(const CPoint &point) const
2270
{
2271
return point.y >= HEADER_HEIGHT;
2272
}
2273
2274
bool CPatternEditor::IsInsidePattern(const CPoint &point) const
2275
{
Callers
1
OnRButtonUp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected