| Summary: | SDLK keycodes mentioned in documentation but not defined in source | ||
|---|---|---|---|
| Product: | SDL | Reporter: | nate |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | gabomdq |
| Version: | 2.0.1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
nate
2013-12-05 06:39:21 UTC
After digging around in the headers a bit, I found that the SDLK associated with ` should be SDLK_BACKQUOTE and for ' should be SDL_QUOTE. So then the problem is with the documentation on that specific page, and NOT in the header source code files. Of course I would find this out right after filing the bug report, isn't that how it goes? Nevertheless, I hope the report will be useful to others who had the same bit of confusion as me, and that that documentation page will be updated. Thanks! I fixed the wiki. |