Looking-Glass / JoyconLib

Joy-Con library for Unity.
MIT License
467 stars 91 forks source link

Analog values for stick #34

Open bobmosh opened 4 years ago

bobmosh commented 4 years ago

Hey there, looks like an awesome library you provided here! Love the fact that you're able to read the gyros and use the HD rumble.

Quick question though: Are you able to read analog values from the stick using the library? I currently use the InputSystem from Unity (Input System V1.0.0) and can only read (-1,0,1) as values. I'd love to get values in between like 0.5 for example but can't seem to get it working. :/