diff 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
line wrap: on
line diff
--- a/src/events/scancodes_darwin.h	Thu Feb 07 16:14:43 2008 +0000
+++ b/src/events/scancodes_darwin.h	Fri Feb 08 08:35:49 2008 +0000
@@ -20,7 +20,7 @@
     slouken@libsdl.org
 */
 
-/* Mac virtual key code to SDLKey mapping table
+/* Mac virtual key code to SDL scancode mapping table
    Sources:
    - Inside Macintosh: Text <http://developer.apple.com/documentation/mac/Text/Text-571.html>
    - Apple USB keyboard driver source <http://darwinsource.opendarwin.org/10.4.6.ppc/IOHIDFamily-172.8/IOHIDFamily/Cosmo_USB2ADB.c>