MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / IsOverHeader

Method IsOverHeader

Source/PatternEditor.cpp:2264–2267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2262// Mouse routines
2263
2264bool CPatternEditor::IsOverHeader(const CPoint &point) const
2265{
2266 return point.y < HEADER_HEIGHT;
2267}
2268
2269bool CPatternEditor::IsOverPattern(const CPoint &point) const
2270{

Callers 3

OnRButtonUpMethod · 0.80
OnLButtonDownMethod · 0.80
OnLButtonDblClkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected