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

# GameInputRawDevicePhysicalUnitKind

> GameInputRawDevicePhysicalUnitKind

# GameInputRawDevicePhysicalUnitKind

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

원시 HID 디바이스 보고서 항목의 값을 해석하는 데 사용되는 물리적 단위 체계를 정의합니다.

## 구문

```cpp theme={null}
enum GameInputRawDevicePhysicalUnitKind
{
    GameInputRawDevicePhysicalUnitKindUnknown       = -1,
    GameInputRawDevicePhysicalUnitKindNone          = 0,
    GameInputRawDevicePhysicalUnitKindRotation      = 1,
    GameInputRawDevicePhysicalUnitKindLinear        = 2,
    GameInputRawDevicePhysicalUnitKindMiscellaneous = 3,
    GameInputRawDevicePhysicalUnitKindSI            = 4,
    GameInputRawDevicePhysicalUnitKindEnglish       = 5,
};
```

## 상수

| 상수                                              | 값  | 설명                    |
| ----------------------------------------------- | -- | --------------------- |
| GameInputRawDevicePhysicalUnitKindUnknown       | -1 | 알 수 없는 단위 체계입니다.      |
| GameInputRawDevicePhysicalUnitKindNone          | 0  | 차원이 없거나 단위가 없습니다.     |
| GameInputRawDevicePhysicalUnitKindRotation      | 1  | 회전 단위(HID 회전 체계)입니다.  |
| GameInputRawDevicePhysicalUnitKindLinear        | 2  | 선형 단위(HID 선형 체계)입니다.  |
| GameInputRawDevicePhysicalUnitKindMiscellaneous | 3  | 기타 HID 단위입니다.         |
| GameInputRawDevicePhysicalUnitKindSI            | 4  | SI(미터법) 단위 체계입니다.     |
| GameInputRawDevicePhysicalUnitKindEnglish       | 5  | 영국식(야드파운드법) 단위 체계입니다. |

## 버전 기록

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

## 함께 보기

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


## Related topics

- [GameInputRawDeviceReportItemInfo](/ko/reference/input/gameinput/deprecated/structs/gameinputrawdevicereportiteminfo.md)
- [GameInput](/ko/reference/input/gameinput/gameinput_members.md)
- [사용되지 않는 GameInput API 멤버](/ko/reference/input/gameinput/deprecated/gameinput_deprecated_members.md)
- [GameInputRawDeviceItemCollectionKind](/ko/reference/input/gameinput/deprecated/enums/gameinputrawdeviceitemcollectionkind.md)
- [GameInputRawDeviceReportKind](/ko/reference/input/gameinput/enums/gameinputrawdevicereportkind.md)
