Overv / WebCraft

Minecraft clone written in Javascript.
zlib License
386 stars 179 forks source link

Touch control? #19

Closed develperbayman closed 6 years ago

develperbayman commented 6 years ago

Was wondering how to implement??

Overv commented 6 years ago

See a resource like this:

https://www.html5rocks.com/en/mobile/touchandmouse/

You could use events like touchmove instead of mousemove to control the view.