static bool rectsIntersect(Rect a, Rect b) { ret rectsOverlap(a, b); }