Exemple #1
0
        /// <summary>
        /// Remove any visual indications.
        /// </summary>
        public override void Quit()
        {
            // Remove drawing of any feedback indicator
            _dragFeedback.Quit();

            // Tell each area to quit
            foreach (TargetArea area in _targetAreas)
            {
                area.Quit();
            }
        }
 /// <summary>
 /// Remove any visual indications.
 /// </summary>
 public override void Quit()
 {
     // Remove drawing of any feedback indicator
     _dragFeedback.Quit();
 }