GetTouchPointCount method

int GetTouchPointCount()

Get number of touch points

Implementation

int GetTouchPointCount() => run(
  () => _debugLabels.GetTouchPointCount(),
  () => _flat.GetTouchPointCount(),
);