> ## 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 硬件：力反馈、触觉与传感器

> 介绍 GameInput 暴露的硬件层：力反馈接口、触觉、设备接口、设备映射工具以及传感器。

浏览 XBOX 游戏开发中的硬件相关主题。

<CardGroup cols={2}>
  <Card title="GameInput 力反馈接口" icon="gamepad" href="/build/core-features/common/input/hardware/input-hardware-force-feedback">
    PC 上的 GameInput 力反馈设备符合物理接口设备规范（"Device Class Definition for PID 1.0"）……
  </Card>

  <Card title="GameInput 中的触觉反馈" icon="server" href="/build/core-features/common/input/hardware/input-hardware-haptics">
    GameInput 公开的触觉功能与 Windows 音频系统集成，以确保……的高性能和稳健流式传输。
  </Card>

  <Card title="与不同类型接口交互" icon="brackets-curly" href="/build/core-features/common/input/hardware/input-hardware-interfaces">
    GameInput 代表各种设备，包括控制器、手柄、飞行摇杆、街机摇杆、赛车方向盘和 UI……
  </Card>

  <Card title="GameInput 设备映射工具" icon="book-open" href="/build/core-features/common/input/hardware/input-hardware-mapping">
    GameInput 设备映射工具（可在 GameInput GitHub 项目中找到）是硬件开发者用来测试的实用工具……
  </Card>

  <Card title="GameInput 中的传感器" icon="gamepad" href="/build/core-features/common/input/hardware/input-hardware-sensors">
    GameInput 中的传感器功能依赖于 Windows 传感器堆栈。
  </Card>

  <Card title="面向硬件开发者的 GameInput" icon="gamepad" href="/build/core-features/common/input/hardware/input-hardware-topics">
    以下文章涵盖了各种主题，帮助硬件开发者确保其设备能够与 GameInput 良好配合。
  </Card>
</CardGroup>

## 另请参阅

* [高级](/build/core-features/common/input/advanced/index)
* [概述](/build/core-features/common/input/overviews/index)
* [移植](/build/core-features/common/input/porting/index)


## Related topics

- [GameInput 硬件：力反馈、触觉与传感器](/zh-CN/build/core-features/common/input/hardware/index.md)
- [GameInput 中的传感器](/zh-CN/build/core-features/common/input/hardware/input-hardware-sensors.md)
- [面向硬件开发人员的 GameInput](/zh-CN/build/core-features/common/input/hardware/input-hardware-topics.md)
- [GameInput](/zh-CN/reference/input/gameinput/gameinput_members.md)
- [GameInput 常见问题](/zh-CN/build/core-features/common/input/overviews/input-faq.md)
