> ## 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

## Sintaxis

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

## Miembros

`ControllerId`\
Tipo: ULONG64

TBD

`LeftImpulsePercent`\
Tipo: BYTE

TBD

`RightImpulsePercent`\
Tipo: BYTE

TBD

`LeftRumblePercent`\
Tipo: BYTE

TBD

`RightRumblePercent`\
Tipo: BYTE

TBD

## Requisitos

**Encabezado:** xtfinput.h\
**Biblioteca:** xtfinput.lib\
**Plataformas compatibles:** Windows (para herramientas de consola XBOX)

## Consulte también

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


## Related topics

- [XINPUT_VIBRATION](/es/reference/input/xinputongameinput/structs/xinput_vibration.md)
- [XInputOnGameInput](/es/reference/input/xinputongameinput/xinputongameinput_members.md)
- [XINPUT_VIBRATION_EX](/es/reference/input/xinputongameinput/structs/xinput_vibration_ex.md)
- [XINPUT_GAMEPAD](/es/reference/input/xinputongameinput/structs/xinput_gamepad.md)
- [XINPUT_CAPABILITIES](/es/reference/input/xinputongameinput/structs/xinput_capabilities.md)
