> ## 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](/ko/reference/tools/xtf/xtfinput/structures/gamepad_report_ex.md)
- [GAMEPAD_BUTTONS 열거형](/ko/reference/tools/xtf/xtfinput/enumerations/GAMEPAD_BUTTONS-typedef-xtfinput-xbox-windows-t.md)
- [GameInputGamepadButtons](/ko/reference/input/gameinput/enums/gameinputgamepadbuttons.md)
- [GAMEPAD_REPORT structure](/ko/reference/tools/xtf/xtfinput/structures/GAMEPAD_REPORT-xtfinput-xbox-windows-t.md)
- [IXtfInputClient::SendGamepadReportEx](/ko/reference/tools/xtf/xtfinput/classes/IXtfInputClient/methods/ixtfinputclient_sendgamepadreportex.md)
