MCPcopy 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
2269bool CPatternEditor::IsOverPattern(const CPoint &point) const
2270{
2271 return point.y >= HEADER_HEIGHT;
2272}
2273
2274bool CPatternEditor::IsInsidePattern(const CPoint &point) const
2275{

Callers 1

OnRButtonUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected