Exemplo n.º 1
0
 public override void MouseEnd(int x, int y)
 {
     drawingObject?.SetState(IdleState.GetState());
     drawingObject = null;
 }