Posts by Tati • 1 point
1 post
-
0
votes2
answers1208
viewsQ: How to move a drawing in HTML5 canvas without getting the mouse or keyboard position? Another way?
I’m learning canvas in HTML5. I was able to draw a circle, using Javascript to move, I got through mouse events and keyboard arrows. But I wonder if there’s any way I can determine that position…