evilC / UCR

Universal Control Remapper [ALPHA]
MIT License
197 stars 31 forks source link

Not working when inactive #206

Open kobek opened 7 years ago

kobek commented 7 years ago

My problem is every time i click onto a different window ucr stops recognizing the inputs

IsaacElenbaas commented 6 years ago

Same issue. Tried running as admin as well, no change. Having vJoy monitor behind UCR shows that it is, indeed, sending inputs when focused, but click onto vJoy monitor and it dies.

mariejuku commented 3 years ago

Hey there, experienced this issue still in february 2021 with both the AHK and current .NET version of UCR. Hints are welcome

evilC commented 3 years ago

My guess is you are reading an xbox controller without using the xinput mode This is a known issue and not my fault - Microsoft made changes so that inactive applications can only read from xinput devices via xinput - it will not work via WinMM (UCR-AHK) or DirectInput (UCR C#)

ie for this version of UCR, you MUST use the "XBox Controller" option: image