Example #1
0
 public void execute(MouseEventArgs e, Figure f_, int dx_, int dy_)
 {
     dx = dx_;
     dy = dy_;
     f  = f_;
     f.move_withMouse(dx, dy);
 }
Example #2
0
 public override void move_withMouse(int dx, int dy)
 {
     sticky.move_withMouse(dx, dy);
 }