XGameStreamingTouchControlsStateOperation
Specifies the kind of operation to use, the path to the specific variable, and the state value to be applied.Syntax
Members
operationKindType: XGameStreamingTouchControlsStateOperationKind The operation that is being specified. path
Type: const char* The path to the state variable that is being affected. This should be one of the properties that are defined in the
state portion of the touch layout bundle.
valueType: XGameStreamingTouchControlsStateValue The value that will utilized in the operation on the state variable.
Remarks
You used this structure to represent an update to a touch layout control. To perform an update, specify the:- Operation. Currently, only replace is supported.
- Path to the variable to be replaced.
- Value to be applied to that variable.
Requirements
Header: XGameStreaming.h Supported Platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
XGameStreamingXGameStreamingTouchControlsStateOperationKind
XGameStreamingTouchControlsStateValue
XGameStreamingUpdateTouchControlsState
XGameStreamingUpdateTouchControlsStateOnClient
XGameStreamingShowTouchControlsWithStateUpdate
XGameStreamingShowTouchControlsWithStateUpdateOnClient
