Пример #1
0
 public ActionMouseRelease(KeySender.MouseButton B, Point Coordinates)
 {
     Button    = B;
     CustomPos = true;
     ClickPos  = Coordinates;
 }
Пример #2
0
 public ActionMouseRelease(KeySender.MouseButton B)
 {
     Button    = B;
     CustomPos = false;
 }
Пример #3
0
 public ActionMouseClick(KeySender.MouseButton B)
 {
     Button    = B;
     CustomPos = false;
 }