0

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?

augzodia
  • 47
  • 5

1 Answers1

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