Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32keyboard.c @ 2735:204be4fc2726
Final merge of Google Summer of Code 2008 work...
Port SDL 1.3 to the Nintendo DS
by Darren Alton, mentored by Sam Lantinga
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 27 Aug 2008 15:10:03 +0000 |
parents | f23ebf1ddac4 |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32keyboard.c Wed Aug 27 13:37:19 2008 +0000 +++ b/src/video/win32/SDL_win32keyboard.c Wed Aug 27 15:10:03 2008 +0000 @@ -41,6 +41,7 @@ 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38, 50, 49, 24, 25, 16, 19, 31, 20, 22, 47, 17, 45, 21, 44 }; + BYTE keypad_scancodes[10] = { 82, 79, 80, 81, 75, 76, 77, 71, 72, 73 };