Example #1
0
 public static bool IsButtonReleased(this GamePadState gamePad, GamePadButton gamePadButton)
 {
     return(gamePad.IsButton(gamePadButton, ButtonState.Released));
 }