| Summary: | Mouse enter/leave events broken in fullscreen mode | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vern Jensen <vern> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.6 | ||
|
Description
Vern Jensen
2011-02-23 13:15:19 UTC
UPDATE -- I just realized this bug ONLY happens if you *first* start up in windowed mode, and then switch to fullscreen later with SDL_SetWindowFullscreen. If you set the fullscreen flag when first creating the SDL window, this but does not happen. Still a bug that needs fixing though, as I'll let the user specify if he wants to startup in fullscreen or not, and he can also switch at any time. I think this is fixed in the latest snapshot by this revision: http://hg.libsdl.org/SDL/rev/109b7c071f70 Thanks! Yes, fixed also. :-) |