> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Touch Adaptation Kit

> Touch Adaptation Kit

# Touch Adaptation Kit

タッチ アダプテーション レイアウトを構築するためのリファレンスです。

## レイアウト構成

| レイアウト構成                                                                                                         | 説明                                        |
| --------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| [Layout](/reference/system/touchadaptationkit/layout/game-streaming-touch-layout)                               | ゲーム用の完全なタッチ レイアウトの表現。                     |
| [Content](/reference/system/touchadaptationkit/layout/game-streaming-touch-layout-content)                      | タッチ レイアウトのコンテンツ。                          |
| [Styles](/reference/system/touchadaptationkit/layout/game-streaming-touch-layout-styles)                        | タッチ レイアウトの再利用可能なスタイル。                     |
| [Color Palette](/reference/system/touchadaptationkit/layout/game-streaming-touch-color-palette)                 | 再利用可能な色定義のコレクション。                         |
| [Control cluster outer](/reference/system/touchadaptationkit/layout/game-streaming-touch-control-cluster-outer) | ホイールの外側部分の 2 スロットを占有できる、最大 4 つのコントロールの配列。 |
| [Inner wheel](/reference/system/touchadaptationkit/layout/game-streaming-touch-inner-wheel)                     | ホイールの内側部分を分割する、最大 4 つのコントロールの配列。          |
| [Layer](/reference/system/touchadaptationkit/layout/game-streaming-touch-layer)                                 | ベース タッチ レイアウトの上に重ねて表示できる子タッチ レイアウト。       |
| [Layer action](/reference/system/touchadaptationkit/layout/game-streaming-touch-layer-action)                   | レイヤーを表示するためにボタンが使用できるアクション。               |
| [Orientation](/reference/system/touchadaptationkit/layout/game-streaming-touch-layout-orientation)              | タッチ レイアウトの向き。                             |
| [Wheel](/reference/system/touchadaptationkit/layout/game-streaming-touch-wheel)                                 | 内側および外側の円形領域に配置された一連のタッチ コントロール。          |

## タッチ コントロール

| タッチ コントロール                                                                                           | 説明               |
| ---------------------------------------------------------------------------------------------------- | ---------------- |
| [Arcade buttons](/reference/system/touchadaptationkit/controls/game-streaming-touch-arcadebuttons)   | アーケード ボタン コントロール |
| [Blank control](/reference/system/touchadaptationkit/controls/game-streaming-touch-blank)            | 空白のコントロール        |
| [Button](/reference/system/touchadaptationkit/controls/game-streaming-touch-button)                  | ボタン コントロール       |
| [Directional pad](/reference/system/touchadaptationkit/controls/game-streaming-touch-directionalpad) | 方向パッド コントロール     |
| [Joystick](/reference/system/touchadaptationkit/controls/game-streaming-touch-joystick)              | ジョイスティック コントロール  |
| [Throttle](/reference/system/touchadaptationkit/controls/game-streaming-touch-throttle)              | スロットル コントロール     |
| [Touchpad](/reference/system/touchadaptationkit/controls/game-streaming-touch-touchpad)              | タッチパッド コントロール    |

## センサー コントロール

| センサー コントロール                                                                                              | 説明              |
| -------------------------------------------------------------------------------------------------------- | --------------- |
| [Accelerometer](/reference/system/touchadaptationkit/sensor-controls/game-streaming-touch-accelerometer) | 加速度計コントロール      |
| [Gyroscope](/reference/system/touchadaptationkit/sensor-controls/game-streaming-touch-gyroscope)         | ジャイロスコープ コントロール |

## タッチ コントロールのスタイル設定とコンポーネント

| タッチ コントロールのスタイル設定とコンポーネント                                                                                                      | 説明                                          |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------- |
| [Action](/reference/system/touchadaptationkit/types/game-streaming-touch-action)                                               | 参照できる物理コントローラー アクション                        |
| [Asset](/reference/system/touchadaptationkit/types/game-streaming-touch-asset)                                                 | カスタム画像への参照                                  |
| [Axis](/reference/system/touchadaptationkit/types/game-streaming-touch-axis)                                                   | タッチ コントロールを物理的なアナログ コントロールに相当するものにマッピングする定義 |
| [Color](/reference/system/touchadaptationkit/types/game-streaming-touch-color)                                                 | 色への参照。                                      |
| [Deadzone](/reference/system/touchadaptationkit/types/game-streaming-touch-deadzone)                                           | 入力として登録すべきでないプレイヤー操作の量の定義                   |
| [HexColor](/reference/system/touchadaptationkit/types/game-streaming-touch-hexcolor)                                           | 16 進数による色の表現。                               |
| [ColorReference](/reference/system/touchadaptationkit/types/game-streaming-touch-colorreference)                               | カラー パレットの色への参照                              |
| [Icon](/reference/system/touchadaptationkit/types/game-streaming-touch-icon)                                                   | アイコンへの参照                                    |
| [Joystick Outline and Directional Indicator](/reference/system/touchadaptationkit/types/game-streaming-touch-joystick-outline) | ジョイスティックの輪郭および方向インジケーター                     |
| [Knob](/reference/system/touchadaptationkit/types/game-streaming-touch-knob)                                                   | ボタンのようなノブ要素                                 |
| [ResponseCurve](/reference/system/touchadaptationkit/types/game-streaming-touch-responsecurve)                                 | 応答曲線の型                                      |
| [Stroke](/reference/system/touchadaptationkit/types/game-streaming-touch-stroke)                                               | 輪郭                                          |
| [ThrottleAxis](/reference/system/touchadaptationkit/types/game-streaming-touch-throttle-axis)                                  | スロットル軸コントロールのスタイル設定。                        |

## 関連項目

[Touch Adaptation Kit の概要](/build/core-features/common/game-streaming/game-streaming-touch-touch-adaptation-kit-overview)


## Related topics

- [Touch Adaptation Kit Editor とは](/ja-jp/build/core-features/common/game-streaming/tak-editor/game-streaming-tak-editor.md)
- [Touch Adaptation Kit Command Line Tool (tak.exe)](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line.md)
- [Touch Adaptation Kit (TAK) リファレンス](/ja-jp/build/core-features/common/game-streaming/game-streaming-touch-touch-adaptation-kit-overview.md)
- [Touch Adaptation Kit コンテンツのローカライズ](/ja-jp/build/core-features/common/game-streaming/game-streaming-tak-localization.md)
- [Visual Studio Code 向け Touch Adaptation Kit (TAK) エディター](/ja-jp/build/core-features/common/game-streaming/tak-editor/index.md)
