static bool mouseLocationTooFarFrom(Pt pt) { ret pointDistance(new Pt(mouseLocation()), pt) >= 50; }