diff include/SDL_keysym.h @ 2295:dbc6d1893869

Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
author Bob Pendleton <bob@pendleton.com>
date Tue, 08 Jan 2008 00:10:46 +0000
parents 4baee598306d
children d87417504c75
line wrap: on
line diff
--- a/include/SDL_keysym.h	Thu Jan 03 06:07:30 2008 +0000
+++ b/include/SDL_keysym.h	Tue Jan 08 00:10:46 2008 +0000
@@ -300,9 +300,10 @@
     SDLK_MUTE = SDL_PHYSICAL_KEY(127),
     SDLK_VOLUMEUP = SDL_PHYSICAL_KEY(128),
     SDLK_VOLUMEDOWN = SDL_PHYSICAL_KEY(129),
-    /*SDLK_LOCKINGCAPSLOCK = SDL_PHYSICAL_KEY(130), not sure whether there's a reason to enable these
-       SDLK_LOCKINGNUMLOCK = SDL_PHYSICAL_KEY(131),
-       SDLK_LOCKINGSCROLLLOCK = SDL_PHYSICAL_KEY(132), */
+/* not sure whether there's a reason to enable these */
+/*     SDLK_LOCKINGCAPSLOCK = SDL_PHYSICAL_KEY(130),  */
+/*     SDLK_LOCKINGNUMLOCK = SDL_PHYSICAL_KEY(131), */
+/*     SDLK_LOCKINGSCROLLLOCK = SDL_PHYSICAL_KEY(132), */
     SDLK_KP_COMMA = SDL_PHYSICAL_KEY(133) | SDL_KEY_KEYPAD_BIT,
     SDLK_KP_EQUALSAS400 = SDL_PHYSICAL_KEY(134) | SDL_KEY_KEYPAD_BIT,