Checks if the given coordinates represent a tab device.
bool isTab(double cx, double cy) => isDevice(tab, cx, cy);