QScrRectOverlap Function (ROM Call 0x18D)

graph.h

short QScrRectOverlap (const SCR_RECT *r1, const SCR_RECT *r2);

Determines whether two rectangular areas overlap or not.

QScrRectOverlap returns TRUE or FALSE depending on whether two rectangular areas given in two SCR_RECT structures r1 and r2 overlap or not.


Used by: ScrRectOverlap, EV_paintOneWindow