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

> GAMEPAD_MORE_BUTTONS

# GAMEPAD\_MORE\_BUTTONS

XBOX Series コントローラーにのみ存在するボタンのコントローラー ボタン識別子フラグ。

## 構文

```cpp theme={null}
typedef enum GAMEPAD_MORE_BUTTONS    
{  
    SHARE = 0x1  
} GAMEPAD_MORE_BUTTONS  
```

## 定数

| 定数    | 説明     |
| ----- | ------ |
| SHARE | 共有ボタン。 |

## 解説

*GAMEPAD\_MORE\_BUTTONS* は、XBOX Series コントローラーにのみ存在するボタンの状態を設定するために、[GAMEPAD\_REPORT\_EX.MoreButtons](/reference/tools/xtf/xtfinput/structures/gamepad_report_ex) と組み合わせてマスクとして使用されます。

## 要件

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

## 関連項目

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


## Related topics

- [GAMEPAD_REPORT_EX](/ja-jp/reference/tools/xtf/xtfinput/structures/gamepad_report_ex.md)
- [GAMEPAD_BUTTONS 列挙型](/ja-jp/reference/tools/xtf/xtfinput/enumerations/GAMEPAD_BUTTONS-typedef-xtfinput-xbox-windows-t.md)
- [GameInputGamepadButtons](/ja-jp/reference/input/gameinput/enums/gameinputgamepadbuttons.md)
- [GAMEPAD_REPORT 構造体](/ja-jp/reference/tools/xtf/xtfinput/structures/GAMEPAD_REPORT-xtfinput-xbox-windows-t.md)
- [XINPUT_GAMEPAD](/ja-jp/reference/input/xinputongameinput/structs/xinput_gamepad.md)
