Mercurial > sdl-ios-xcode
diff src/events/SDL_keyboard.c @ 2305:fbe8ff44c519
First pass of new SDL scancode concept for X11.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 07 Feb 2008 15:31:09 +0000 |
parents | d87417504c75 |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/events/SDL_keyboard.c Tue Feb 05 07:30:50 2008 +0000 +++ b/src/events/SDL_keyboard.c Thu Feb 07 15:31:09 2008 +0000 @@ -242,6 +242,7 @@ SDLK_AUDIOPLAY, SDLK_AUDIOMUTE, SDLK_MEDIASELECT, + SDLK_WWW, SDLK_MAIL, SDLK_CALCULATOR, SDLK_COMPUTER, @@ -473,6 +474,7 @@ "AudioPlay", "AudioMute", "MediaSelect", + "WWW", "Mail", "Calculator", "Computer",