jloehr / HID-Wiimote

Windows Device Driver for the Nintendo Wii Remote
GNU General Public License v3.0
215 stars 45 forks source link

"bundled" axis input for Classic Controller analog triggers #7

Closed larsiusprime closed 9 years ago

larsiusprime commented 9 years ago

(just putting this here for reference)

The analog triggers on the classic controller (L and R) are currently bound to "z rotation" (axis 4?) such that L is half the range (-1,0) and R is the other half (0,1). This could be worked around in a framework API, but it does mean both inputs can't be pressed at once unambiguously. Recommend splitting into two inputs, each of the full (-1,1) range.

jloehr commented 9 years ago

Already fixed with #6 :)

larsiusprime commented 9 years ago

Great!