> ## 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* 用作与 [GAMEPAD\_REPORT\_EX.MoreButtons](/reference/tools/xtf/xtfinput/structures/gamepad_report_ex) 一起使用的掩码，用于设置仅存在于 XBOX Series 控制器上的按钮的状态。

## 要求

**头文件：** XtfInput.h\
**支持的平台：** Windows（用于 XBOX 主机工具）

## 另请参阅

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


## Related topics

- [GAMEPAD_REPORT_EX](/zh-CN/reference/tools/xtf/xtfinput/structures/gamepad_report_ex.md)
- [GAMEPAD_BUTTONS Enumeration](/zh-CN/reference/tools/xtf/xtfinput/enumerations/GAMEPAD_BUTTONS-typedef-xtfinput-xbox-windows-t.md)
- [GameInputGamepadButtons](/zh-CN/reference/input/gameinput/enums/gameinputgamepadbuttons.md)
- [GAMEPAD_REPORT structure](/zh-CN/reference/tools/xtf/xtfinput/structures/GAMEPAD_REPORT-xtfinput-xbox-windows-t.md)
- [XINPUT_GAMEPAD](/zh-CN/reference/input/xinputongameinput/structs/xinput_gamepad.md)
