| Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
|
Position the mouse on the screen
This is done with the API function SetCursorPos(x, y).
Note: Since this function does not get a windows handle as a parameter,
x, y have to be screen coordinates. Comments:
|