Open aullman opened 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.
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.