You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4933aa0cc41a0ca3d799cdf21fb12b39.json 301 B

1
  1. {"ast":null,"code":"/**\n * Get pointer/touch data\n */\nexport function getPointerData(evt) {\n // if is touch event, return last item in touchList\n // else return original event\n return evt.touches ? evt.touches[evt.touches.length - 1] : evt;\n}","map":null,"metadata":{},"sourceType":"module"}