XGameStreamingTouchControlsStateValue
タッチ コントロール状態の特定の要素の型および値を指定します。構文
メンバー
valueKindType: XGameStreamingTouchControlsStateValueKind タッチ コントロール状態の特定の要素の型。 booleanValue
Type: bool 適用されるブール値。 integerValue
Type: int64_t 適用される整数値。 doubleValue
Type: double 適用される double 値。 stringValue
Type: const char* 適用される文字列値。
解説
この構造体は、タッチ コントロール状態の特定の要素の型および値を指定するために使用します。 変更する変数の型を表す単一の値のみを指定する必要があります。 正しくない値の型を指定した場合、XGameStreamingShowTouchControlsWithStateUpdate または XGameStreamingShowTouchControlsWithStateUpdateOnClient のいずれかを使用したときにランタイム エラーが発生し、返されます。要件
ヘッダー: XGameStreaming.h サポートされているプラットフォーム: Windows、XBOX One ファミリー本体および XBOX Series 本体関連項目
XGameStreamingXGameStreamingTouchControlsStateOperationKind
XGameStreamingTouchControlsStateOperation
XGameStreamingUpdateTouchControlsState
XGameStreamingUpdateTouchControlsStateOnClient
XGameStreamingShowTouchControlsWithStateUpdate
XGameStreamingShowTouchControlsWithStateUpdateOnClient
