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

# XGameStreamingTouchControlsStateValueKind

> XGameStreamingTouchControlsStateValueKind

# XGameStreamingTouchControlsStateValueKind

Especifica el tipo de estado asociado a los diseños táctiles.

<a id="syntaxSection" />

## Sintaxis

```cpp theme={null}
enum class XGameStreamingTouchControlsStateValueKind  : uint32_t
{
    Boolean = 0,
    Integer = 1,
    Double = 2,
    String = 3
}
```

<a id="constantsSection" />

## Constantes

| Constante | Descripción            |
| --------- | ---------------------- |
| Boolean   | Estado de tipo Boolean |
| Integer   | Estado de tipo Integer |
| Double    | Estado de tipo Double  |
| String    | Estado de tipo String  |

<a id="remarksSection" />

## Comentarios

Esta enumeración se usa al compilar el conjunto de actualizaciones del estado del diseño táctil que luego se envía a todos los clientes de streaming o a un cliente de streaming específico.

Los usos comunes de esta enumeración incluyen:

* Habilitar y deshabilitar controles de diseño táctil determinados.

* Cambiar la representación visual de un control de diseño táctil determinado.

<a id="requirementsSection" />

## Requisitos

**Encabezado:** XGameStreaming.h

**Plataformas compatibles**: Windows, consolas de la familia XBOX One y consolas XBOX Series

<a id="seealsoSection" />

## Consulte también

[XGameStreaming](/reference/system/xgamestreaming/xgamestreaming_members)\
[XGameStreamingTouchControlsStateOperationKind](/reference/system/xgamestreaming/enums/xgamestreamingtouchcontrolsstateoperationkind)\
[XGameStreamingTouchControlsStateOperation](/reference/system/xgamestreaming/structs/xgamestreamingtouchcontrolsstateoperation)\
[XGameStreamingTouchControlsStateValue](/reference/system/xgamestreaming/structs/xgamestreamingtouchcontrolsstatevalue)\
[XGameStreamingUpdateTouchControlsState](/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstate)\
[XGameStreamingUpdateTouchControlsStateOnClient](/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstateonclient)\
[XGameStreamingShowTouchControlsWithStateUpdate](/reference/system/xgamestreaming/functions/xgamestreamingshowtouchcontrolswithstateupdate)\
[XGameStreamingShowTouchControlsWithStateUpdateOnClient](/reference/system/xgamestreaming/functions/xgamestreamingshowtouchcontrolswithstateupdateonclient)


## Related topics

- [XGameStreamingTouchControlsStateValue](/es/reference/system/xgamestreaming/structs/xgamestreamingtouchcontrolsstatevalue.md)
- [XGameStreamingUpdateTouchControlsState](/es/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstate.md)
- [XGameStreamingShowTouchControlsWithStateUpdate](/es/reference/system/xgamestreaming/functions/xgamestreamingshowtouchcontrolswithstateupdate.md)
- [XGameStreamingUpdateTouchControlsStateOnClient](/es/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstateonclient.md)
- [XGameStreamingShowTouchControlsWithStateUpdateOnClient](/es/reference/system/xgamestreaming/functions/xgamestreamingshowtouchcontrolswithstateupdateonclient.md)
