Mercurial > sdl-ios-xcode
comparison src/events/scancodes_darwin.h @ 2308:514f7c1651fc
Untested Win32 keyboard scancode code.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 08 Feb 2008 08:35:49 +0000 |
parents | fbe8ff44c519 |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2307:47f8a579cd9b | 2308:514f7c1651fc |
---|---|
18 | 18 |
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 /* Mac virtual key code to SDLKey mapping table | 23 /* Mac virtual key code to SDL scancode mapping table |
24 Sources: | 24 Sources: |
25 - Inside Macintosh: Text <http://developer.apple.com/documentation/mac/Text/Text-571.html> | 25 - Inside Macintosh: Text <http://developer.apple.com/documentation/mac/Text/Text-571.html> |
26 - Apple USB keyboard driver source <http://darwinsource.opendarwin.org/10.4.6.ppc/IOHIDFamily-172.8/IOHIDFamily/Cosmo_USB2ADB.c> | 26 - Apple USB keyboard driver source <http://darwinsource.opendarwin.org/10.4.6.ppc/IOHIDFamily-172.8/IOHIDFamily/Cosmo_USB2ADB.c> |
27 - experimentation on various ADB and USB ISO keyboards and one ADB ANSI keyboard | 27 - experimentation on various ADB and USB ISO keyboards and one ADB ANSI keyboard |
28 */ | 28 */ |