Beispiel #1
0
 /// <summary> Performs a right mouse up  at the given coordinates. </summary>
 public static void PerformRightMouseUp(int x, int y)
 {
     InternalHelpers.SetCursorPosition(x, y);
     InternalHelpers.DoRightMouseUp();
 }
Beispiel #2
0
 /// <summary> Performs a right mouse up in the cursor's current position. </summary>
 public static void PerformRightMouseUp()
 {
     InternalHelpers.DoRightMouseUp();
 }