flok / pydualsense

control your dualsense controller with python
MIT License
112 stars 33 forks source link

Fix state value conversion for joystick (LX, LY, RX, RY) #51

Closed kappaj closed 10 months ago

kappaj commented 1 year ago

This makes the joystick values int8 compatible. Before this fix the joystick ranges from -127 to 128. But this corrects it to -128 to 127.

flok commented 10 months ago

Thanks for this, sorry for the way late answer. merged it.