Hi,
I would like to record the mouse motion, even when it goes off the screen. I can set up a timer and get the screen position of the mouse with Function GetCursorPos Lib "user32", but I'm trying to build a mouse tracker for physical measurement beyond what the display can see. Does anyone have any ideas?
I've been scouring the web for calls to record the raw mouse messages, but I can't find anything in VBA, which is the extent of my abilities.
I'm just looking to write the motion messages from the mouse to a cell, or cells for x and y, so I can log and track it.
Thanks in advance.
I would like to record the mouse motion, even when it goes off the screen. I can set up a timer and get the screen position of the mouse with Function GetCursorPos Lib "user32", but I'm trying to build a mouse tracker for physical measurement beyond what the display can see. Does anyone have any ideas?
I've been scouring the web for calls to record the raw mouse messages, but I can't find anything in VBA, which is the extent of my abilities.
I'm just looking to write the motion messages from the mouse to a cell, or cells for x and y, so I can log and track it.
Thanks in advance.