| Summary: | SDL_EventState() in 1.2 drops events incorrectly. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ryan C. Gordon <icculus> |
| Component: | events | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED WONTFIX | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | x86 | ||
| OS: | Other | ||
|
Description
Ryan C. Gordon
2013-04-12 16:57:22 UTC
One more note: in the SDL_ALLEVENTS case, if you did SDL_QUERY, you broke all the event state on line 449. The comments in SDL_events.h don't mention SDL_ALLEVENTS, though, so maybe this is meant to be internal magic only? --ryan. Yep, those are legit bugs. Nice catch! I think we don't need to fix them in SDL 1.2, if you're taking care of it in the wrapper. (In reply to comment #2) > I think we don't need to fix them in SDL 1.2, if you're taking care of it in > the wrapper. Yeah, all the research for the wrapper is why I'm finding bugs like this in 1.2. :) I'm marking this as WONTFIX, since it clearly isn't hurting anyone in sdl12-classic (and sdl12-compat doesn't have this issue). --ryan. |