onPointerCancel method

dynamic onPointerCancel()

Implementation

onPointerCancel() {
  this._touchStart.splice(0, this._touchStart.length);
  this._touchCurrent.splice(0, this._touchCurrent.length);
  this._input = INPUT.NONE;
}