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

# XGameStreamingTouchControlsStateOperationKind

> XGameStreamingTouchControlsStateOperationKind

# XGameStreamingTouchControlsStateOperationKind

터치 컨트롤 레이아웃 상태를 업데이트할 때 수행할 수 있는 작업입니다.

## 구문

```cpp theme={null}
enum class XGameStreamingTouchControlsStateOperationKind  : uint32_t  
{  
    Replace = 0  
}  
```

## 상수

| 상수      | 설명                           |
| ------- | ---------------------------- |
| Replace | 터치 컨트롤 상태의 참조를 지정된 값으로 바꿉니다. |

## 설명

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

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

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

## 요구 사항

**헤더:** XGameStreaming.h\
**지원되는 플랫폼**: Windows, XBOX One 계열 콘솔 및 XBOX Series 콘솔

## 함께 보기

[XGameStreaming](/reference/system/xgamestreaming/xgamestreaming_members#TouchAdaptation)\
[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

- [XGameStreamingTouchControlsStateValueKind](/ko/reference/system/xgamestreaming/enums/xgamestreamingtouchcontrolsstatevaluekind.md)
- [XGameStreamingTouchControlsStateOperation](/ko/reference/system/xgamestreaming/structs/xgamestreamingtouchcontrolsstateoperation.md)
- [XGameStreamingUpdateTouchControlsState](/ko/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstate.md)
- [XGameStreamingTouchControlsStateValue](/ko/reference/system/xgamestreaming/structs/xgamestreamingtouchcontrolsstatevalue.md)
- [XGameStreamingUpdateTouchControlsStateOnClient](/ko/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstateonclient.md)
