0

Just wandering, will it be possible to move the mouse pointer to the top of the page when page is loading with javascrip?

Jin Yong
  • 42,698
  • 72
  • 141
  • 187
  • Is [Pointer Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Lock_API) what you need? – tsh Jan 29 '15 at 04:39
  • 1
    This will be a bad user experience. I mean, no user wants their mouse to be hijacked on visiting a site. –  Jan 29 '15 at 04:46

1 Answers1

1

Please check this post. Seems currently there is no mechnism to realize this. jQuery Set Mouse Position (not cursor position)

Community
  • 1
  • 1