I have looked all over the net and need some assistance. Is there a link somewhere to example code of all the buttons for the Xbox 360 controller. For example:
if (GamePad.GetState(PlayerIndex.One).Buttons.Back == ButtonState.Pressed)
this.Exit();
I know this exits the game if you press back on the controller.
I just need examples of states for both joysticks, d-pad, and all the buttons.