Hey guys,
I’ve been playing around with Jinput for the past few weeks, and I have run into some trouble regarding the triggers. (LT and RT). (They are apparently the z-axis).
What I’m trying to do is get the value from each trigger separately, as they will both control very different things. What I need is to get how hard each button is being pressed down.
The thing is, it seems as if both buttons act as if they were almost one. If both buttons aren’t being touched, the z-axis is 0. If both buttons are being held down, the z-axis is also 0. If one is down and the other isn’t, the z-axis is 1 and if the other is down and the other isn’t, z-axis is -1.
What I was hoping was that there were a way just to get the -1 -> 0 -> 1 value of each button independently, not as a whole. Is this possible?
Thanks.