Beispiel #1
0
 public void RightUp()
 {
     MouseButtons.RightUp();
 }
Beispiel #2
0
 private void UpdateCursorPosition()
 {
     MouseButtons.Move(
         smoothened_error_correction.сoordinates[0] + smoothened_error_correction.shift.X,
         smoothened_error_correction.сoordinates[1] + smoothened_error_correction.shift.Y);
 }
Beispiel #3
0
 public void LeftUp()
 {
     MouseButtons.LeftUp();
 }