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

# GameInputControllerButtonInfo

> GameInputControllerButtonInfo

# GameInputControllerButtonInfo

<Warning>**사용되지 않음.** 이 구조체는 GameInput v3에서 제거되었으며 현재 API에서 사용할 수 없습니다. 이 정보는 이제 [GameInputControllerInfo](/reference/input/gameinput/structs/gameinputcontrollerinfo) 내에서 제공됩니다.</Warning>

일반 컨트롤러 장치의 개별 버튼을 설명합니다.

## 구문

```cpp theme={null}
typedef struct GameInputControllerButtonInfo {
    GameInputLabel label;
    GameInputLocation location;
    uint32_t locationId;
} GameInputControllerButtonInfo;
```

## 멤버

**label**\
형식: [GameInputLabel](/reference/input/gameinput/enums/gameinputlabel)

버튼의 기능을 식별하는 레이블입니다.

**location**\
형식: [GameInputLocation](/reference/input/gameinput/deprecated/enums/gameinputlocation)

장치에서 버튼의 물리적 위치입니다.

**locationId**\
형식: uint32\_t

같은 위치에 있는 버튼을 구분하는 식별자입니다.

## 버전 기록

| 버전     | 변경 사항                                                                                                        |
| ------ | ------------------------------------------------------------------------------------------------------------ |
| **v3** | 제거되었습니다. 필드가 [GameInputControllerInfo](/reference/input/gameinput/structs/gameinputcontrollerinfo)에 통합되었습니다. |
| **v2** | 변경 사항 없음.                                                                                                    |
| **v1** | 변경 사항 없음.                                                                                                    |
| **v0** | 도입되었습니다.                                                                                                     |

## 함께 보기

[사용되지 않는 GameInput API 멤버](/reference/input/gameinput/deprecated/gameinput_deprecated_members)
[GameInputControllerInfo](/reference/input/gameinput/structs/gameinputcontrollerinfo)
