aullman / opentok-whiteboard

Shared Whiteboard that works with OpenTok
MIT License
34 stars 22 forks source link

Handle multiple touch events at once #9

Open aullman opened 10 years ago

aullman commented 10 years ago

Right now we just reference the first touches property (event.touches[0].pageX/pageY). Should really iterate through all of them and let you draw multiple lines at once if you want.