SetCursorPos
[DllImport("coredll.dll", SetLastError = true)]
public static extern int SetCursorPos(
int x,
int y
);Last updated
[DllImport("coredll.dll", SetLastError = true)]
public static extern int SetCursorPos(
int x,
int y
);Last updated