onPointerCancel method

void onPointerCancel()

Implementation

void onPointerCancel() {
  _touchStart.clear();
  _touchCurrent.clear();
  _input = Input.none;
}