예제 #1
0
 /// <summary>
 ///     Moves the cursor instantly to a given x,y.
 /// </summary>
 public static void AbsoluteMove(int x, int y)
 {
     controller.AbsoluteMove(x, y);
 }