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

터치 레이아웃과 연결된 상태의 유형을 지정합니다.

<a id="syntaxSection" />

## 구문

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

<a id="constantsSection" />

## 상수

| 상수      | 설명             |
| ------- | -------------- |
| Boolean | Boolean 형식의 상태 |
| Integer | Integer 형식의 상태 |
| Double  | Double 형식의 상태  |
| String  | String 형식의 상태  |

<a id="remarksSection" />

## 설명

모든 스트리밍 클라이언트 또는 특정 스트리밍 클라이언트에 전송되는 터치 레이아웃 상태에 대한 업데이트 집합을 빌드할 때 이 열거형을 사용합니다.

이 열거형의 일반적인 사용 사례에는 다음이 포함됩니다.

* 특정 터치 레이아웃 컨트롤 사용 및 사용 안 함

* 특정 터치 레이아웃 컨트롤의 시각적 표현 변경

<a id="requirementsSection" />

## 요구 사항

**헤더:** XGameStreaming.h

**지원되는 플랫폼**: Windows, XBOX One 계열 콘솔 및 XBOX Series 콘솔

<a id="seealsoSection" />

## 함께 보기

[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](/ko/reference/system/xgamestreaming/structs/xgamestreamingtouchcontrolsstatevalue.md)
- [XGameStreamingUpdateTouchControlsState](/ko/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstate.md)
- [XGameStreamingShowTouchControlsWithStateUpdate](/ko/reference/system/xgamestreaming/functions/xgamestreamingshowtouchcontrolswithstateupdate.md)
- [XGameStreamingUpdateTouchControlsStateOnClient](/ko/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstateonclient.md)
- [XGameStreamingShowTouchControlsWithStateUpdateOnClient](/ko/reference/system/xgamestreaming/functions/xgamestreamingshowtouchcontrolswithstateupdateonclient.md)
