Abolute cursor position

I saw the MoveCursor command, however it seems to be only a relative move. Is there a command to tell an absolute coordinate for the cursor?

[color=red]Edited by theBlackDragon:
–> moved from Basic questions[/color]

No, but you could use WarpToWindow in a root window context to achieve much the same effect if needed.

– Thomas Adam

I haven’t thought of this thanks. For people who might get interrested, the command

WindowId root 0 WarpToWindow 50 50

puts the cursor in the middle of the first screen.