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