GameInputRawDeviceItemCollectionKind
非推奨。 この列挙型は GameInput v1 で削除され、現在の API では利用できません。
構文
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 | 導入されました。 |
