isDesktop method

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

Checks if the given coordinates represent a desktop device.

Implementation

bool isDesktop(double cx, double cy) => isDevice(desktop, cx, cy);