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