Пример #1
0
 public static void SetCursorPosition(int x, int y)
 {
     NativeMethods.SetCursorPos(x, y);
 }