mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 07:29:09 +00:00
Fixed bug 3193 - Dualshock 3's motion sensors overwrite analog stick
maxxus The Dualshock 3's motion sensors don't seem to be reported by the call to EVIOCGBIT but they still send EV_ABS events. Because they're not reported by EVIOCGBIT they're not assigned a proper axis ids and the default of 0 is used, which is the valid id for the left analog sticks left/right axis.
This commit is contained in:
parent
1a4c0d4e17
commit
2e348c1f59
7 changed files with 8 additions and 5 deletions
0
Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
Normal file → Executable file
0
Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue