Where's my mouse?
Hi, thanks for reading. I'm trying to create an element on the page when the mouse has been hanging over an object for a few moments. First of all I'm trigger the event with mouseover and then recording the mouse position, after a time delay I want to check again the current position of the mouse to see if it's stopped. I realised I have no idea how to capture the location of mouse without an event being fired. Does anyone know a way to capture the mouse position without an event?
Thanks.
|