Hi dakn
a question about pinnacle game profiler:
is it possible for it to detect what program is running? so for example, it would be active whilst media center was active, but when you launched a game it could deactivate? otherwise, when launching a game that supports the xbox 360 controller natively, it wouldn't be able to take advantage of this.
atm im looking into writing an addin to add support specifically for the xbox 360 controller, using C++, as that's what all the XINPUT_blah stuff is for. Unfortunately, im new to C++ so it could take a while! However I have found a lot of useful resources (e.g
http://www.kmcgrail.com/XInputTut.htm) as well as an example program that makes the controller work as a mouse (although I can't find where I got that from), so the first step will be working out how to get input from the controller, then how to send input to media center, and finally how to wrap it all up as an easily installable addin thingummy.