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