HunterLarco / voxel.css

A lightweight 3D CSS voxel library.
http://voxelcss.com
MIT License
3.35k stars 128 forks source link

touch support #31

Open ghost opened 8 years ago

ghost commented 8 years ago

I think it is simple like this: mousedown === touchstart mousemove === touchmove mouseup === touchend http://stackoverflow.com/questions/13510999/when-to-use-touchmove-vs-mousemove