Esempio n. 1
0
 public void RightUp()
 {
     MouseButtons.RightUp();
 }
Esempio n. 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);
 }
Esempio n. 3
0
 public void LeftUp()
 {
     MouseButtons.LeftUp();
 }