[DllImport("User32.dll")] private static extern bool SetCursorPos(int x, int y);
SetCursorPos(intX, intY);