For simulating mouse movement on windows would it be better performance-wise to move the cursor to absolute coordinates or to move it relative to it's previous location?
Obviously if moving to an absolute location each pixel in between must also be reached.