OK what's the safest/best function to move the mouse with srl for RS? I don't know that mousemovesmooth is because it seems really fast.
OK what's the safest/best function to move the mouse with srl for RS? I don't know that mousemovesmooth is because it seems really fast.
Best procedure for moving mouse is mmouse.. you can set the speed using mousespeed := then whatever number you want.higher is faster.. Mmouse's parameters are MMouse(x, y, rx, ry: integer)...rx and ry are randomly added to x and y so you arent always moving mouse in same spot
Mouse(x, y, rx, ry : Integer, left : Boolean);
x, y, rx, and ry are the same as MMouse.
Left is true to left click, false to right click.
Temporarily inactive.
There are currently 1 users browsing this thread. (0 members and 1 guests)