> ## 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 포스 피드백 장치는 Physical Interface Devices 사양(“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 GitHub 프로젝트에서 확인할 수 있는 GameInput Device Mapping Tool은 하드웨어 개발자가 장치를 테스트하는 데 사용하는 유틸리티입니다.
  </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>

## 함께 보기

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


## Related topics

- [GameInput 고급 주제: 포스 피드백 및 콜백](/ko/build/core-features/common/input/advanced/index.md)
- [하드웨어 개발자를 위한 GameInput](/ko/build/core-features/common/input/hardware/input-hardware-topics.md)
- [GameInput의 포스 피드백](/ko/build/core-features/common/input/advanced/input-forcefeedback.md)
- [IGameInputForceFeedbackEffect::GetDevice](/ko/reference/input/gameinput/interfaces/igameinputforcefeedbackeffect/methods/igameinputforcefeedbackeffect_getdevice.md)
- [GameInput의 센서](/ko/build/core-features/common/input/hardware/input-hardware-sensors.md)
