Checks if the given coordinates represent a watch device.
bool isWatch(double cx, [double? cy]) => isDevice(watch, cx, cy);