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