win32api.SetCursorPos

SetCursorPos(x,y)

The SetCursorPos function moves the cursor to the specified screen coordinates.

Parameters

x,y : (int, int)

The new position.

Win32 API References

Search for SetCursorPos at msdn, google or google groups.