| Summary: | Touch screen taps on laptop cause which=0 mouse down events, instead of which=SDL_TOUCH_MOUSEID | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ellie <etc0de> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | 2.0.8 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Ellie
2018-08-24 17:58:17 UTC
I investigated this some more, and I'm not getting touch events AT ALL - every touch is just a which:0, button:1 mouse down. This is with SDL2 as provided by Fedora. Is this potentially some compilation issue, with some extension required for proper touch processing not compiled in? I now filed a Fedora bug report here, since I don't know if this potentially a packaging issue: https://bugzilla.redhat.com/show_bug.cgi?id=1634291 I haven't seen this for a while, so maybe it was fixed on Fedora's side |