示例#1
0
 /// <summary>
 /// Resets the vibration of the gamepad to zero.
 /// </summary>
 public void ResetVibration()
 {
     gamePad.ResetVibration();
 }
示例#2
0
        /// <summary>
        /// Resets the vibration of the gamepad to zero.
        /// </summary>
        public InputHandler ResetVibration()
        {
            gamePad.ResetVibration();

            return(this);
        }