Clive Galway

Results 286 comments of Clive Galway

AFAIK there is no such thing as "Sending joystick input to a window", whereas there is such a thing as "Sending Keyboard / Mouse input to a window". WRT joysticks,...

UCR used to call a DLL that did this, but I had to remove it, as it was crashing some people's PCs. AutoHotkey cannot detect these names. If you can...

Again, the new version we just started writing supports this. For a taster of how it will behave, you can see [here](https://autohotkey.com/boards/viewtopic.php?t=28889)

> Does that sound like a useful enough change to be worth pursuing? Yeah, that would probably suffice IMHO

Hi, I was not intending to do any more work on this version of UCR, as we now have a replacement: [UCR-C#](https://github.com/Snoothy/UCR) However, I am not sure the equivalent functionality...

It wasn't on my todo-list, no :(

Previous version 0.1.22? That's the latest release Are you maybe talking about [this version](https://github.com/Snoothy/UCR) of UCR?

For the 0.8.0 version, please post on the Issue tracker for that version, it's only related to this project by name Regarding issues with this version of UCR, I don't...

You can use [PJP JoyIDs](http://theairtacticalassaultgroup.com/forum/showthread.php?t=13009) to change the IDs of your devices. The order in which you plug in devices for any one given boot should not alter the ID....

Yes, this is the one downside of using GUIDs or names over "Stick 1" - you lose portability. Good suggestion though, if I implement this feature, I will look into...