| Summary: | if SDL_ShowCursor fails to disable the cursor, a subsequent SDL_QUERY shows cursor enabled | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Anthony @ POW Games <ant> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | ASSIGNED --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.13 | ||
| Hardware: | ARM | ||
| OS: | Android (All) | ||
|
Description
Anthony @ POW Games
2020-09-24 17:29:06 UTC
SDL_ShowCursor() returns the previous state, not the new state, so I think the only issue is that it's not updating the cursor_shown state if setting a blank cursor fails. |