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

# 기존 입력 코드를 GameInput으로 이식하기

> 게임을 GDK로 마이그레이션하는 동안 XInput 또는 Windows.Xbox.Input에서 GameInput으로 타이틀을 이식하거나, GameInput을 기존 입력 스택과 결합하세요.

XBOX 게임 개발을 위한 포팅 관련 주제를 살펴보세요.

<CardGroup cols={2}>
  <Card title="Windows.Xbox.Input에서 포팅" icon="gamepad" href="/build/core-features/common/input/porting/input-porting-wxi">
    a id="introductionSection"/a
  </Card>

  <Card title="XInput에서 GameInput으로 포팅" icon="gamepad" href="/build/core-features/common/input/porting/input-porting-xinput">
    a id="introductionSection"/a
  </Card>

  <Card title="기존 입력과 GameInput 결합" icon="gamepad" href="/build/core-features/common/input/porting/input-porting">
    a id="introductionSection"/a
  </Card>
</CardGroup>

## 함께 보기

* [Advanced](/build/core-features/common/input/advanced/index)
* [Hardware](/build/core-features/common/input/hardware/index)
* [Overviews](/build/core-features/common/input/overviews/index)


## Related topics

- [GameInput 자주 묻는 질문](/ko/build/core-features/common/input/overviews/input-faq.md)
- [XInputOnGameInput](/ko/reference/input/xinputongameinput/xinputongameinput_members.md)
- [기존 입력 스택과 GameInput 결합](/ko/build/core-features/common/input/porting/input-porting.md)
- [GameInput 개요](/ko/build/core-features/common/input/overviews/input-overview.md)
- [Steam Cloud 스토리지를 XBOX GDK로 이식하기](/ko/build/steam-porting-guide/features/steam-cloud.md)
