> ## 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>**En desuso.** Esta enumeración se quitó en GameInput v1 y no está disponible en la API actual.</Warning>

Define constantes que identifican el tipo de una colección de usos HID.

## Sintaxis

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

## Constantes

| Constante                                         | Valor | Descripción                                                              |
| ------------------------------------------------- | ----- | ------------------------------------------------------------------------ |
| GameInputRawDeviceItemCollectionKindUnknown       | -1    | Tipo de colección desconocido.                                           |
| GameInputRawDeviceItemCollectionKindPhysical      | 0     | Colección física de entradas en un único plano geométrico.               |
| GameInputRawDeviceItemCollectionKindApplication   | 1     | Colección de aplicación de nivel superior.                               |
| GameInputRawDeviceItemCollectionKindLogical       | 2     | Agrupación lógica sin significado físico.                                |
| GameInputRawDeviceItemCollectionKindReport        | 3     | Colección que se usa para estructurar un informe.                        |
| GameInputRawDeviceItemCollectionKindNamedArray    | 4     | Colección de matriz con nombre.                                          |
| GameInputRawDeviceItemCollectionKindUsageSwitch   | 5     | Conmutador que selecciona un uso diferente en sus elementos secundarios. |
| GameInputRawDeviceItemCollectionKindUsageModifier | 6     | Modificador que cambia el significado de un uso del mismo nivel.         |

## Historial de versiones

| Versión | Cambios       |
| ------- | ------------- |
| **v1**  | Se quitó.     |
| **v0**  | Se introdujo. |

## Consulte también

[Miembros de la API de GameInput en desuso](/reference/input/gameinput/deprecated/gameinput_deprecated_members)
[GameInputRawDeviceItemCollectionInfo](/reference/input/gameinput/deprecated/structs/gameinputrawdeviceitemcollectioninfo)


## Related topics

- [GameInputRawDeviceItemCollectionInfo](/es/reference/input/gameinput/deprecated/structs/gameinputrawdeviceitemcollectioninfo.md)
- [GameInput](/es/reference/input/gameinput/gameinput_members.md)
- [Miembros de la API de GameInput en desuso](/es/reference/input/gameinput/deprecated/gameinput_deprecated_members.md)
- [GameInputRawDeviceReportItemInfo](/es/reference/input/gameinput/deprecated/structs/gameinputrawdevicereportiteminfo.md)
- [GameInputRawDevicePhysicalUnitKind](/es/reference/input/gameinput/deprecated/enums/gameinputrawdevicephysicalunitkind.md)
