Exemple #1
0
 //move the mouse
 public void PointerMoved(double x, double y)
 {
     if (_isPressed)
     {
         _shapeFactory.PointerMoved(x, y);
         NotifyModelChanged();
     }
 }