| Summary: | [PATCH] Remove SDL_assert in SDL_GetGlobalMouseState. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | tomwardio |
| Component: | events | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | CC: | icculus |
| Version: | 2.0.7 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Proposed patch for removing SDL_assert when getting mouse state | ||
This patch is now https://hg.libsdl.org/SDL/rev/4c8bd26f1aab, thanks! --ryan. |
Created attachment 3072 [details] Proposed patch for removing SDL_assert when getting mouse state Remove SDL_assert when asking for mouse state. This is so that calling code doesn't need to conditionally call SDL_GetGlobalMouseState based on the platform.