I know that I can move the mouse pointer with the java.awt.Robot()
class to a specific screen location, but I need the movement to go a bit faster without losing the smoothness.
I tried setting the AutoDelay
option to 1, but that is not fast enough when used on a display resolution like 1680x1050. Setting it to 0 would do the job instantly.
Is there any way I could speed up the movement with the Robot
class or any other lib?