isTab method

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

Implementation

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