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