XGameStreamingTouchControlsStateValue
Specifies the type and value of a specific element of touch control state.Syntax
Members
valueKindType: XGameStreamingTouchControlsStateValueKind The type of the specific element of touch control state. booleanValue
Type: bool The boolean value to be applied. integerValue
Type: int64_t The integer value to be applied. doubleValue
Type: double The double value to be applied. stringValue
Type: const char* The string value to be applied.
Remarks
You use this structure to provide the type and value of a specific element of touch control state. You should provide just a single value that represents the type of the variable being modified. If you specify an incorrect value type, then it causes a runtime error, returned when using either XGameStreamingShowTouchControlsWithStateUpdate or XGameStreamingShowTouchControlsWithStateUpdateOnClient.Requirements
Header: XGameStreaming.h Supported Platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
XGameStreamingXGameStreamingTouchControlsStateOperationKind
XGameStreamingTouchControlsStateOperation
XGameStreamingUpdateTouchControlsState
XGameStreamingUpdateTouchControlsStateOnClient
XGameStreamingShowTouchControlsWithStateUpdate
XGameStreamingShowTouchControlsWithStateUpdateOnClient
