2

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.

  • 1
    There 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
  • 1
    Have you tried hiding the mouse and move an image?http://jsfiddle.net/jaakkytt/9uczV/ – Johnston Apr 29 '14 at 10:53

0 Answers0