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