| Summary: | SDL_MouseMotionEvent with SDL_WINDOW_ALLOW_HIGHDPI flag | ||
|---|---|---|---|
| Product: | SDL | Reporter: | SKOMAND <ales.markevich> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | rom+sdl, sezeroz |
| Version: | 2.0.8 | ||
| Hardware: | x86 | ||
| OS: | All | ||
|
Description
SKOMAND
2018-10-01 14:18:37 UTC
I have a possibly related issue. On MacOS, on secondary screen with hidpi enabled, click events location are not consistent with the logical size of the renderer, leading to incorrect click location: https://github.com/Genymobile/scrcpy/issues/15 Someone proposed a workaround in my app: https://github.com/Genymobile/scrcpy/pull/245 but I think the root cause is in SDL. Still happens in SDL 2.0.9. Is it the same problem? |