I am using C++, Qt5 and SDL in my app with a steering wheel. I need to detect properties connected a steering wheel (minimum and maximum rotation angles), but I do not know how to do this. Steering wheel have different limits rotation angles so I can't to use constants.
Asked
Active
Viewed 78 times
0
-
What API are you using to read the steering wheel's position? – Jeremy Friesner Jan 06 '21 at 21:48
-
@Jeremy Friesner I use SDL – Uhno Semen Jan 06 '21 at 21:50