| Summary: | Keys don't get released when a window loses focus in X | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sik <sik.the.hedgehog> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Sik
2012-10-22 11:39:53 UTC
This got fixed at some point; getting a FocusOut event in X11 eventually results in an SDL_ResetKeyboard() call, which resets any pressed keys to released. Confirmed working on a Ubuntu 12.04 install. --ryan. |