| Summary: | F-keys past 12 not detected by SDL 1.2.11 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | ischmidt |
| Component: | events | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 1.2.11 | ||
| Hardware: | PowerPC | ||
| OS: | Mac OS X (All) | ||
|
Description
ischmidt
2006-08-13 11:28:13 UTC
If you use DevCpp, F12 is used by this EDI in debug mode... We currently have these set up as PrintScreen, ScrollLock, and Pause...as they would be on a PC's USB keyboard. I guess we should err on the side of the standard Apple keyboard here, since the USB ones they ship have F13-15 and the laptops don't have either the extra function keys or the PC keys in question...I wonder if there's a better way to handle this internally, though. For now, the Mac port will use F13 through F15. I don't have a keyboard with F16 (including what I think is the one that shipped with my Intel iMac), so if that wasn't a typo, you're out of luck on that key for now. Fixed in svn revision #2976 for the 1.2 branch and #2977 for the 1.3 branch. --ryan. |