|  |  | 
Specifies motor speed levels for the vibration function of a controller.
typedef struct _XINPUT_VIBRATION {
    WORD wLeftMotorSpeed;
    WORD wRightMotorSpeed;
} XINPUT_VIBRATION, *PXINPUT_VIBRATION;
                    
                
            
            
                
The left motor is the low-frequency rumble motor. The right motor is the high-frequency rumble motor. The two motors are not the same, and they create different vibration effects.
Header: Declared in XInput.h.
XInput Structures | XInputSetState, XINPUT_GAMEPAD, XInputGetCapabilities