| Summary: | SDL_JoystickGetHat Never Reports LEFTDOWN | ||
|---|---|---|---|
| Product: | SDL | Reporter: | gmesmer |
| Component: | joystick | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED ENDOFLIFE | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 1.2.15 | ||
| Hardware: | ARM | ||
| OS: | Linux | ||
|
Description
gmesmer
2020-08-14 17:29:19 UTC
new info, actually down is (4) and left is (8) while LEFTDOWN reports as (12121212 repeated) Actually the LEFTDOWN reports as 12 (twelve) instead of 5 What controller and version of OS are you using? (In reply to Sam Lantinga from comment #3) > What controller and version of OS are you using? this is using a nintendo switch pro controller (though it can be replicated on other controllers in my testing) ubuntu 18.04.1 LTS arm64 should be using sdl1.2 from the latest apt package provided SDL 1.2 is no longer supported. Please let me know if you see this with SDL 2.0. |