Hi,

I'm using the mouse_event API to move the mouse.
If we say that the mouse first is at one point and this point is stored into a variable.
After that, I'll move the mouse a bit to the right.
Then the mouse_event code moves the mouse 100 to the right.
Now, I want to get the mouse position again and then be able to get a number of how much I've moved the mouse.

I know you can use the MouseMove code event to get the position of the mouse. My problem is that 100 in the mouse_event doesn't seem to be 100 in MouseMove.

So, does anyone know how to do this?