regl-project / regl-camera

A camera for regl
https://regl-project.github.io/regl-camera/
MIT License
47 stars 14 forks source link

Support touch events #17

Open wyqydsyq opened 5 years ago

wyqydsyq commented 5 years ago

Touch events on mobile aren't being captured by the underlying mouse-change package used by regl-camera.

Could potentially be solved by replacing use of mouse-change with https://interactjs.io/docs which abstracts click/touch and also supports gestures which would enable adding pinch to zoom on mobile

MaxBittker commented 4 years ago

took a crack at this, if you want to use my fork, point your package.json at "regl-camera": "maxbittker/regl-camera",