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

# GameInputLocation

> GameInputLocation

# GameInputLocation

<Warning>**사용되지 않음.** 이 열거형은 GameInput v1에서 제거되었으며 현재 API에서는 사용할 수 없습니다.</Warning>

입력 디바이스에서 컨트롤의 물리적 위치를 식별하는 상수를 정의합니다.

## 구문

```cpp theme={null}
enum GameInputLocation
{
    GameInputLocationUnknown        = -1,
    GameInputLocationChassis        = 0,
    GameInputLocationDisplay        = 1,
    GameInputLocationLeftHand       = 2,
    GameInputLocationRightHand      = 3,
    GameInputLocationLeftJoystick   = 4,
    GameInputLocationRightJoystick  = 5,
    GameInputLocationFrontFace      = 6,
    GameInputLocationBackFace       = 7,
};
```

## 상수

| 상수                             | 값  | 설명                    |
| ------------------------------ | -- | --------------------- |
| GameInputLocationUnknown       | -1 | 위치를 알 수 없습니다.         |
| GameInputLocationChassis       | 0  | 디바이스 섀시에 위치합니다.       |
| GameInputLocationDisplay       | 1  | 디스플레이 위 또는 근처에 위치합니다. |
| GameInputLocationLeftHand      | 2  | 왼손 그립에 위치합니다.         |
| GameInputLocationRightHand     | 3  | 오른손 그립에 위치합니다.        |
| GameInputLocationLeftJoystick  | 4  | 왼쪽 썸스틱에 위치합니다.        |
| GameInputLocationRightJoystick | 5  | 오른쪽 썸스틱에 위치합니다.       |
| GameInputLocationFrontFace     | 6  | 디바이스 전면에 위치합니다.       |
| GameInputLocationBackFace      | 7  | 디바이스 후면에 위치합니다.       |

## 버전 기록

| 버전     | 변경 사항 |
| ------ | ----- |
| **v1** | 제거됨.  |
| **v0** | 도입됨.  |

## 함께 보기

[사용되지 않는 GameInput API 멤버](/reference/input/gameinput/deprecated/gameinput_deprecated_members)
[GameInputControllerAxisInfo](/reference/input/gameinput/deprecated/structs/gameinputcontrolleraxisinfo)
[GameInputControllerButtonInfo](/reference/input/gameinput/deprecated/structs/gameinputcontrollerbuttoninfo)


## Related topics

- [GameInputControllerButtonInfo](/ko/reference/input/gameinput/deprecated/structs/gameinputcontrollerbuttoninfo.md)
- [GameInputHapticFeedbackMotorInfo](/ko/reference/input/gameinput/deprecated/structs/gameinputhapticfeedbackmotorinfo.md)
- [GameInputTouchSensorInfo](/ko/reference/input/gameinput/deprecated/structs/gameinputtouchsensorinfo.md)
- [GameInput](/ko/reference/input/gameinput/gameinput_members.md)
- [GameInputControllerAxisInfo](/ko/reference/input/gameinput/deprecated/structs/gameinputcontrolleraxisinfo.md)
