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

## 構文

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

## メンバー

`ControllerId`\
型: ULONG64

TBD

`LeftImpulsePercent`\
型: BYTE

TBD

`RightImpulsePercent`\
型: BYTE

TBD

`LeftRumblePercent`\
型: BYTE

TBD

`RightRumblePercent`\
型: BYTE

TBD

## 要件

**ヘッダー:** xtfinput.h\
**ライブラリ:** xtfinput.lib\
**対応プラットフォーム:** Windows (XBOX コンソール ツール用)

## 関連項目

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


## Related topics

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