Esempio n. 1
0
 /// <summary>
 /// Updates the ZuneInput class. Call this at the top of your game's Update method.
 /// </summary>
 protected void UpdateZuneInput()
 {
     ZuneInput.Update();
 }
Esempio n. 2
0
 /// <summary>
 /// Updates the ZuneInput class. Call this at the top of your game's Update method.
 /// </summary>
 protected void UpdateZuneInput()
 {
     ZuneInput.Update(Orientation);
 }