isTab method

bool isTab(
  1. double cx,
  2. double cy
)

Checks if the given coordinates represent a tab device.

Implementation

bool isTab(double cx, double cy) => isDevice(tab, cx, cy);