Caoturing the Mouse Position


/ Published in: JavaScript
Save to your folder(s)

The key to making it work is the event listener that get added using the DOM method that binds it to the mousemove event and declares the event handler. Most event can be bound to a handler this way.

URL: http://coboldinosaur.com/pages/Capture_Mouse_Position.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.