![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Set mouse to new position
Use Mouse_Event function. For example:
procedure TForm1.Button1Click(Sender: TObject);
begin
Mouse_Event(MOUSEEVENTF_MOVE, 50, 50, 0, GetMessageExtraInfo);
end;
-
More for developers