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

# Portabilidad de código de entrada existente a GameInput

> Porte títulos desde XInput o Windows.Xbox.Input a GameInput, o combine GameInput con una pila de entrada existente mientras migra su juego al GDK.

Explore los temas de portabilidad para el desarrollo de juegos de XBOX.

<CardGroup cols={2}>
  <Card title="Portabilidad de windows.XBOX.input a" icon="gamepad" href="/build/core-features/common/input/porting/input-porting-wxi">
    a id="introductionSection"/a
  </Card>

  <Card title="Portabilidad de xinput a gameinput" icon="gamepad" href="/build/core-features/common/input/porting/input-porting-xinput">
    a id="introductionSection"/a
  </Card>

  <Card title="Combinación de gameinput con entrada existente" icon="gamepad" href="/build/core-features/common/input/porting/input-porting">
    a id="introductionSection"/a
  </Card>
</CardGroup>

## Consulte también

* [Avanzado](/build/core-features/common/input/advanced/index)
* [Hardware](/build/core-features/common/input/hardware/index)
* [Información general](/build/core-features/common/input/overviews/index)


## Related topics

- [Portabilidad de código de entrada existente a GameInput](/es/build/core-features/common/input/porting/index.md)
- [Combinación de GameInput con pilas de entrada existentes](/es/build/core-features/common/input/porting/input-porting.md)
- [Portabilidad de XInput a GameInput](/es/build/core-features/common/input/porting/input-porting-xinput.md)
- [Información general de GameInput](/es/build/core-features/common/input/overviews/input-overview.md)
- [Portabilidad de Windows.XBOX.Input a GameInput](/es/build/core-features/common/input/porting/input-porting-wxi.md)
