Track() public method

Item is becoming tracked by the mouse.
public Track ( ) : void
return void
Beispiel #1
0
 /// <summary>
 /// This target should display as the active target.
 /// </summary>
 public virtual void ShowTarget()
 {
     _target.Track();
     UpdateTargetState(new Point(int.MaxValue, int.MaxValue));
 }