evilC / UCR

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

Implement XInput (XBox controller) for Inputs #117

Open evilC opened 8 years ago

evilC commented 8 years ago

Probably only need to implement triggers as specific XBox inputs, as the other inputs work fine for XBox controllers.

Use Lexikos' XInput lib?

georgir commented 7 years ago

Triggers seem to work ok currently, acting as an additional axis, and can be mapped as is, split to buttons or to axes, etc. Or am I missing something? (I have a X360 controller, is it different on the original Xbox or the newer one?)

evilC commented 7 years ago

Currently xbox pads are read via WinMM. The triggers are one merged axis - ie UCR cannot tell the difference between no triggers held and both triggers fully held.