| Summary: | [PATCH] Handle keys already down when keyboard grab starts | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Cameron Gutman <cameron.gutman> |
| 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: | Windows 10 | ||
| Attachments: | Patch | ||
|
Description
Cameron Gutman
2021-01-29 02:08:18 UTC
Created attachment 4732 [details] Patch Inspired again by what VirtualBox does: https://github.com/mdaniel/virtualbox-org-svn-vbox-trunk/blob/7661adb1ab02277f10f861bfbe03a81b78612aad/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp#L1316-L1328 Patch added, thanks! https://hg.libsdl.org/SDL/rev/53ea3e992e58 |