| Summary: | No SDL_WINDOWEVENT_FOCUS_GAINED event when fullscreen | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vern Jensen <vern> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Windows (XP) | ||
|
Description
Vern Jensen
2011-12-20 11:31:05 UTC
My bad. Turns out that after a window resize event, I was flushing other window events, in an attempt to flush window-resize events generated by my own call to SDL_SetWindowSize(). But this in turn was also flushing the window-activated events. D'oh! |