var
x, y:Integer;
begin
MoveMouse(542, 197);
HoldMouse(542, 197, 1);
MoveMouse(21, 142);
ReleaseMouse(x, y, 1);
end.
Is there anything i can do to increase the mouse speed from move, to release?
var
x, y:Integer;
begin
MoveMouse(542, 197);
HoldMouse(542, 197, 1);
MoveMouse(21, 142);
ReleaseMouse(x, y, 1);
end.
Is there anything i can do to increase the mouse speed from move, to release?
I believe you can declare mouse speed as something like :
Simba Code:MouseSpeed := whatever speed
This is also the wrong section should be in Help
Current Project: Retired
in the mainloop
Current Project: Retired
There are currently 1 users browsing this thread. (0 members and 1 guests)