> ## 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(XBOX 콘솔 도구용)

## See also

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


## Related topics

- [XINPUT_VIBRATION](/ko/reference/input/xinputongameinput/structs/xinput_vibration.md)
- [XInputOnGameInput](/ko/reference/input/xinputongameinput/xinputongameinput_members.md)
- [XINPUT_VIBRATION_EX](/ko/reference/input/xinputongameinput/structs/xinput_vibration_ex.md)
- [XINPUT_GAMEPAD](/ko/reference/input/xinputongameinput/structs/xinput_gamepad.md)
- [GAMEPAD_MORE_BUTTONS](/ko/reference/tools/xtf/xtfinput/enumerations/gamepad_more_buttons.md)
