static Rect mouseArea(int w, int h default w) { Point p = mouseLocation(); ret new Rect(p.x-w/2, p.y-h/2, w, h); }