> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GAMEPAD_VIBRATION

> GAMEPAD_VIBRATION

# GAMEPAD\_VIBRATION

TBD

## Syntax

```cpp theme={null}
struct GAMEPAD_VIBRATION {
  ULONG64 ControllerId;
  BYTE LeftImpulsePercent;
  BYTE RightImpulsePercent;
  BYTE LeftRumblePercent;
  BYTE RightRumblePercent;
}
```

## Members

`ControllerId`\
Type: ULONG64

TBD

`LeftImpulsePercent`\
Type: BYTE

TBD

`RightImpulsePercent`\
Type: BYTE

TBD

`LeftRumblePercent`\
Type: BYTE

TBD

`RightRumblePercent`\
Type: BYTE

TBD

## Requirements

**Header:** xtfinput.h\
**Library:** xtfinput.lib\
**Supported platforms:** Windows (for XBOX console tools)

## See also

[XtfInput](/reference/tools/xtf/xtfinput/xtfinput-xbox-microsoft-n)


## Related topics

- [XInputOnGameInput](/reference/input/xinputongameinput/xinputongameinput_members.md)
- [XINPUT_VIBRATION](/reference/input/xinputongameinput/structs/xinput_vibration.md)
- [XINPUT_VIBRATION_EX](/reference/input/xinputongameinput/structs/xinput_vibration_ex.md)
- [SetRumbleState](/reference/input/gameinput/interfaces/igameinputdevice/methods/igameinputdevice_setrumblestate.md)
- [XINPUT_CAPABILITIES](/reference/input/xinputongameinput/structs/xinput_capabilities.md)
