| Summary: | [patch] Incorrect touch normalization using X11 XInput2 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Zack Middleton (zturtleman) <zack> |
| Component: | events | Assignee: | Ryan C. Gordon <icculus> |
| Status: | ASSIGNED --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus, sezeroz |
| Version: | HG 2.0 | ||
| Hardware: | ARM | ||
| OS: | Linux | ||
| Attachments: | Normalize x11xinput2 touch x to be 1.0 at width | ||
|
Description
Zack Middleton (zturtleman)
2018-05-31 20:55:10 UTC
This patch is now https://hg.libsdl.org/SDL/rev/dfebed374d73, thanks! --ryan. This is wrong, the other backends should be fixed. Mouse coordinates are 0 based, so at (width,height) they are outside the window. I'll back this out for now, then. Sorry! --ryan. This was backed out in https://hg.libsdl.org/SDL/rev/317db3d3712c ; leaving this assigned to me for now. --ryan. |