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