Clive Galway
Clive Galway
The axes are named for the way DirectInput / WinMM names them. In DI, Axis #0 is X. A device does not NEED to have an X axis, but if...
I take it that for your stick, the manufacturer shipped a custom widget for joy.cpl? Because AFAIK, for a standard HID device with no custom drivers, joy.cpl will never show...
Please feel free to try this stick with the new [JoystickWrapper](https://autohotkey.com/boards/viewtopic.php?t=28889) demo I released. If that code reads the stick right, then the new replacement for UCR will also read...
Technically possible, yes, but there is no code for this at the moment. This would require implementing something like DirectInput so that we could send the FF data (That we...
Yes, I had concerns about this too. Technically, I am not sure it would be too hard to implement something which can add and configure a number of plugins (eg...
Are you running the saitek software? Is Saitek's software remapping the stick in any way? What does [DIView](http://www.leobodnar.com/shop/index.php?main_page=page&id=12) tell you?
Unfortunately, AHK uses the WinMM API instead of DirectInput (Like games or DIView do) so I am unable to ascertain whether WinMM is broken or UCR is broken. Have you...
The new version is basically the same as the existing UCR, it is just written in a different language.
Aha! I managed to fix it. I found [this comment on an old closed issue](https://github.com/techtalk/SpecFlow/issues/220#issuecomment-149868669) where the author says the problem is due to binding files of the same name...
Any progress fixing this?