Is there any way to change the position of cursor using clientX and clientY using JavaScript. I don't want this to happen when an event fires, but whenever I want using JavaScript.
Asked
Active
Viewed 1,703 times
2
-
1There is not, the cursor is controlled by the operating system, not the browser - sorry. – JazzyP Apr 29 '14 at 10:32
-
possible duplicate of [Move the mouse pointer to a specific position?](http://stackoverflow.com/questions/4752501/move-the-mouse-pointer-to-a-specific-position) – Quentin Apr 29 '14 at 10:34
-
1Have you tried hiding the mouse and move an image?http://jsfiddle.net/jaakkytt/9uczV/ – Johnston Apr 29 '14 at 10:53