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.

e2f9b2bb6386e5e86a627b8c4ac78b55.json 301 B

пре 3 година
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"}