I'm currently using canvas.onmousemove to keep track of the mouse position for a drawing application and the resolution (especially when moving fast) is contributing to some problems. Is there any way to get more frequent updates on mouse position?
Asked
Active
Viewed 110 times
0
-
probably a dupe of http://stackoverflow.com/questions/5258424/how-to-set-mousemove-update-speed – Andy Ray Aug 04 '12 at 08:56
1 Answers
0
Connect the points with lines - this is how most, if not all, other painting programs do it.

Steffan Donal
- 2,244
- 4
- 24
- 47