Skip to content

Instantly share code, notes, and snippets.

@rowan-m
Created August 27, 2019 09:16
Show Gist options
  • Save rowan-m/c4370cd93a79438fc7c1f5660991da46 to your computer and use it in GitHub Desktop.
Save rowan-m/c4370cd93a79438fc7c1f5660991da46 to your computer and use it in GitHub Desktop.
// _onPointerdown(e)
this._touchX = e.clientX;
this._touchY = e.clientY;
this._centerX =
this.offsetLeft - this.scrollLeft + this.clientLeft + this.offsetWidth / 2;
this._centerY =
this.offsetTop - this.scrollTop + this.clientTop + this.offsetHeight / 2;
this._initialAngle = this._angle;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment