marcandrewb
3/5/2016 - 1:11 AM

touch-events.js

this.x = evt.pageX || evt.touches[0].pageX;
this.y = evt.pageY || evt.touches[0].pageY;