zeth / inputs

Cross-platform Python support for keyboards, mice and gamepads
BSD 3-Clause "New" or "Revised" License
269 stars 87 forks source link

Read the joystick range value #88

Open thomasfla opened 4 years ago

thomasfla commented 4 years ago

Is there a way to know what is the maximum and minimum value that a joystick can return? On linux, one of my gamepad report a 16bits signed int, and another one seems to report an 8bits unsigned int.

Ivolutio commented 4 years ago

Have you figured something out for this yet? @thomasfla

thomasfla commented 4 years ago

No, I don't have any good solution..