Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Operations that can be taken when updating touch control layout state.
Syntax
enum class XGameStreamingTouchControlsStateOperationKind : uint32_t
{
Replace = 0
}
Constants
| Constant | Description |
|---|---|
| Replace | Replace a reference in the touch control state with the specified value. |
Remarks
Used when building the set of updates to the touch layout state that can be sent to all or a specific streaming client.
Common uses include:
- Changing the visual representation of a particular touch layout control.
- Enabling/disabling a particular touch layout control.
Requirements
Header: XGameStreaming.h
Supported Platforms: Windows, Xbox One family consoles and Xbox Series consoles
See also
XGameStreaming
XGameStreamingTouchControlsStateOperation
XGameStreamingTouchControlsStateValue
XGameStreamingUpdateTouchControlsState
XGameStreamingUpdateTouchControlsStateOnClient
XGameStreamingShowTouchControlsWithStateUpdate
XGameStreamingShowTouchControlsWithStateUpdateOnClient