| Summary: | Media/special keys incorrectly processed on Windows | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Matthew Turner <msturner> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | michael |
| Version: | 2.0.4 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 7 | ||
| Attachments: | patch to prefer virtual keycodes over scancodes for extended keys | ||
|
Description
Matthew Turner
2016-01-26 06:34:14 UTC
Created attachment 2748 [details] patch to prefer virtual keycodes over scancodes for extended keys We got a bug report at our project with exactly the same issue: https://github.com/mvdevs/jk2mv/issues/92 I came to the exact same solution just to find this bugreport afterwards :) This patch pretty much does what Matthew Turner suggested. I hope that the patchfile works, it's the first time I used mercurial. Fixed, thanks! https://hg.libsdl.org/SDL/rev/33802c660fa0 |