onPointerCancel method

dynamic onPointerCancel()

Implementation

onPointerCancel() {
  _touchStart.splice(0, _touchStart.length);
  _touchCurrent.splice(0, _touchCurrent.length);
  _input = Input.none;
}