| Summary: | Keys can get stuck in pressed state | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Rokas Kupstys <rokupstys> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | Keywords: | target-2.0.16 |
| Version: | 2.0.10 | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
|
Description
Rokas Kupstys
2020-01-13 14:00:12 UTC
Actually this is true for every key. If key is released while window does not have focus VM_KEYUP will not be sent to that window. For reference, this is how GLFW fixed it: https://github.com/glfw/glfw/commit/562c17d131bd99d92f1166e2a8a42d7af023d122 |