ericlbarrett / XOutput

A small DirectInput to Xinput wrapper
GNU Lesser General Public License v3.0
160 stars 43 forks source link

X360 Controller Triggers are both on same axis #15

Closed Evilbaka closed 8 years ago

Evilbaka commented 8 years ago

Many games do not support that.

ericlbarrett commented 8 years ago

This is part of the 350 Controller driver not XOutput. Basically the 360 Controller driver creates a virtual DirectInput device for backwards compatibility with DirectInput games. It combines both triggers into one axis for whatever reason. If you plug in a 360 controller and open the DirectInput device in joy.cpl you'll see it does the same thing.

Evilbaka commented 8 years ago

Okay no questions.