Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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