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.
 
 
 
 

1 line
301 B

  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"}