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