| Summary: | Unknown behaviour in src/events/SDL_mouse.c:66:26: runtime error: shift exponent -1 is negative | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Andrei Karas <akaras> |
| Component: | events | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | CC: | akaras, icculus |
| Version: | HG 1.2 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Andrei Karas
2017-02-27 17:56:11 UTC
SDL_ResetMouse has been disabled since before 2.0.0 shipped: https://hg.libsdl.org/SDL/rev/36ce2e6166e7 But that code is definitely wrong in 1.2. Even before removing SDL_ResetMouse, somewhere in 1.3 someone fixed this, so I've made the same fix in 1.2 now: https://hg.libsdl.org/SDL/rev/1138bf8c009a --ryan. |