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