> ## 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

터치 적응(adaptation) 레이아웃을 빌드하기 위한 참조입니다.

## 레이아웃 구성

| 레이아웃 구성                                                                                                         | 설명                                                     |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [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) | 휠의 바깥쪽 부분에서 두 개의 슬롯을 차지하는 데 사용할 수 있는 최대 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란?](/ko/build/core-features/common/game-streaming/tak-editor/game-streaming-tak-editor.md)
- [Touch Adaptation Kit(TAK) 참조](/ko/build/core-features/common/game-streaming/game-streaming-touch-touch-adaptation-kit-overview.md)
- [Touch Adaptation Kit 콘텐츠 지역화](/ko/build/core-features/common/game-streaming/game-streaming-tak-localization.md)
- [Touch Adaptation Kit 명령줄 도구(tak.exe)](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line.md)
- [Visual Studio Code용 Touch Adaptation Kit (TAK) 편집기](/ko/build/core-features/common/game-streaming/tak-editor/index.md)
