| Summary: | Sticky cursor on the borders with the Raspberry Pi and KMSDRM backends | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Manuel Alfayate Corchete <redwindwanderer> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 2.0.7 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | Testcase for the "sticky borders" problem on the Raspberry Pi | ||
|
Description
Manuel Alfayate Corchete
2017-11-17 23:08:44 UTC
Created attachment 3089 [details]
Testcase for the "sticky borders" problem on the Raspberry Pi
I have added this small testcase where you can see how the internal coordinates are NOT being updated on the SDL_WarpMouseInWindow() if your run it on a Raspberry Pi, but it they are updated on X11, Mac, etc... so you can see a call to SDL_SendMouseMotion() on RPI_WarpMouse() is needed.
Please close this, it's fixed by: https://bugzilla.libsdl.org/show_bug.cgi?id=3974 This can be closed, as the bug producing it is already fixed. |