Ejemplo n.º 1
0
 public static void Move(int x, int y)
 {
     USER32.SetCursorPos(x, y);
 }