When I choose a client screen, it doesn't make the corner 0,0, thus making the coordinates all weird when I try to add a code like "movemouse".
Any idea what I could do to fix this?
When I choose a client screen, it doesn't make the corner 0,0, thus making the coordinates all weird when I try to add a code like "movemouse".
Any idea what I could do to fix this?
I believe I had a similar problem with my Minesweeper solver I've been working on a while ago.
My mainloop
Simba Code:begin
SetupSRL;
ActivateClient;
ImageResetClientArea;
Setup;
Debug := True;
SafeCheck(0);
{ClickBox;
for K:=0 to high(BoxDetails) do
writeln((IntToStr(k) + ': ' + BoxDetails[k])); }
end.
Calling ActivateClient and ImageResetClientArea afterwards should solve the problem for you![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)