![]() |
XBox 360 controller |
![]() |
A well ugly old-school joystick |
Anyway, I wanted to give XInput a go as I got my hands on a couple of XBox 360 controllers. The API is not bad and is indeed simpler than DirectInput (though more limited). I managed to rapidly get a small test application working.
As per usual in the Windows world, XInput is a C API. This means global functions, and other structs. As I rather work with classes and objects, I decided to write a C++ object-oriented wrapper library. I called it Xiol (short for XInput Object Layer) and it's available here.
This comment has been removed by the author.
ReplyDelete