Skip to content
Chuck Walbourn edited this page Nov 20, 2024 · 4 revisions

This is a collection of the DirectX SDK's original XInput samples updated to use the Windows SDK without any dependencies on legacy DirectX SDK content.

The XInputSamples_201x projects build using XInput 1.4 which requires Windows 8 or later and XInput 9.1.0 which works on Windows Vista or later.

RumbleController (UPDATED)

This sample demonstrates XInput's force-feedback rumble API, XInputSetState. This API is available in all versions of XInput.

SimpleController (UPDATED)

This sample demonstrates XInput's most basic API, XInputGetState. This API is available in all versions of XInput.

XInputGame (UPDATED)

For Use

  • Windows desktop apps
  • Windows 11
  • Windows 10
  • Windows 8.1
  • Windows 7 Service Pack 1

For Development

  • Visual Studio 2019

Related Projects

DirectX Tool Kit

DirectXTex

Effects 11

DXUT11

Content Exporter

DirectX Tool Kit Samples

Clone this wiki locally