> ## 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 に移植する

> タイトルを XInput または Windows.Xbox.Input から GameInput へ移植する方法や、GDK へのゲーム移行中に GameInput を既存の入力スタックと組み合わせる方法を解説します。

XBOX ゲーム開発における移植のトピックを紹介します。

<CardGroup cols={2}>
  <Card title="Windows.Xbox.Input からの移植" icon="gamepad" href="/build/core-features/common/input/porting/input-porting-wxi">
    Windows.Xbox.Input から GameInput への移植について説明します。
  </Card>

  <Card title="XInput から GameInput への移植" icon="gamepad" href="/build/core-features/common/input/porting/input-porting-xinput">
    XInput から GameInput への移植について説明します。
  </Card>

  <Card title="既存の入力コードと GameInput の組み合わせ" icon="gamepad" href="/build/core-features/common/input/porting/input-porting">
    既存の入力コードと GameInput を組み合わせて使用する方法について説明します。
  </Card>
</CardGroup>

## 関連項目

* [高度なトピック](/build/core-features/common/input/advanced/index)
* [ハードウェア](/build/core-features/common/input/hardware/index)
* [概要](/build/core-features/common/input/overviews/index)


## Related topics

- [GameInput のよくある質問](/ja-jp/build/core-features/common/input/overviews/input-faq.md)
- [GameInput と既存の入力スタックの組み合わせ](/ja-jp/build/core-features/common/input/porting/input-porting.md)
- [XInput から GameInput への移植](/ja-jp/build/core-features/common/input/porting/input-porting-xinput.md)
- [GameInput の概要](/ja-jp/build/core-features/common/input/overviews/input-overview.md)
- [XInputOnGameInput](/ja-jp/reference/input/xinputongameinput/xinputongameinput_members.md)
