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

# GameInputRawDeviceItemCollectionKind

> GameInputRawDeviceItemCollectionKind

# GameInputRawDeviceItemCollectionKind

<Warning>**非推奨。** この列挙型は GameInput v1 で削除され、現在の API では利用できません。</Warning>

HID 使用状況コレクションの種類を識別する定数を定義します。

## 構文

```cpp theme={null}
enum GameInputRawDeviceItemCollectionKind
{
    GameInputRawDeviceItemCollectionKindUnknown         = -1,
    GameInputRawDeviceItemCollectionKindPhysical        = 0,
    GameInputRawDeviceItemCollectionKindApplication     = 1,
    GameInputRawDeviceItemCollectionKindLogical         = 2,
    GameInputRawDeviceItemCollectionKindReport          = 3,
    GameInputRawDeviceItemCollectionKindNamedArray      = 4,
    GameInputRawDeviceItemCollectionKindUsageSwitch     = 5,
    GameInputRawDeviceItemCollectionKindUsageModifier   = 6,
};
```

## 定数

| 定数                                                | 値  | 説明                          |
| ------------------------------------------------- | -- | --------------------------- |
| GameInputRawDeviceItemCollectionKindUnknown       | -1 | 不明なコレクション タイプです。            |
| GameInputRawDeviceItemCollectionKindPhysical      | 0  | 単一の幾何平面上にある入力の物理的なコレクションです。 |
| GameInputRawDeviceItemCollectionKindApplication   | 1  | 最上位のアプリケーション コレクションです。      |
| GameInputRawDeviceItemCollectionKindLogical       | 2  | 物理的な意味を持たない論理的なグループ化です。     |
| GameInputRawDeviceItemCollectionKindReport        | 3  | レポートを構造化するために使用されるコレクションです。 |
| GameInputRawDeviceItemCollectionKindNamedArray    | 4  | 名前付き配列コレクションです。             |
| GameInputRawDeviceItemCollectionKindUsageSwitch   | 5  | 子で別の使用状況を選択するスイッチです。        |
| GameInputRawDeviceItemCollectionKindUsageModifier | 6  | 同階層の使用状況の意味を変更する修飾子です。      |

## バージョン履歴

| バージョン  | 変更内容     |
| ------ | -------- |
| **v1** | 削除されました。 |
| **v0** | 導入されました。 |

## 関連項目

[非推奨の GameInput API メンバー](/reference/input/gameinput/deprecated/gameinput_deprecated_members)
[GameInputRawDeviceItemCollectionInfo](/reference/input/gameinput/deprecated/structs/gameinputrawdeviceitemcollectioninfo)


## Related topics

- [GameInputRawDeviceItemCollectionInfo](/ja-jp/reference/input/gameinput/deprecated/structs/gameinputrawdeviceitemcollectioninfo.md)
- [GameInput](/ja-jp/reference/input/gameinput/gameinput_members.md)
- [非推奨の GameInput API メンバー](/ja-jp/reference/input/gameinput/deprecated/gameinput_deprecated_members.md)
- [GameInputRawDeviceReportItemInfo](/ja-jp/reference/input/gameinput/deprecated/structs/gameinputrawdevicereportiteminfo.md)
- [GameInputRawDevicePhysicalUnitKind](/ja-jp/reference/input/gameinput/deprecated/enums/gameinputrawdevicephysicalunitkind.md)
