Beispiel #1
0
 /// Resets the tracker so that the user's current direction becomes forward.
 public void Recenter()
 {
     device.Recenter();
 }
Beispiel #2
0
 /// Resets the tracker so that the user's current direction becomes forward.
 public void Recenter()
 {
     device.Recenter();
     //isWalking = false; // Marco's addition
 }