Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
2734:dd25eabe441c | 2735:204be4fc2726 |
---|---|
39 /* Alphabetic scancodes for PC keyboards */ | 39 /* Alphabetic scancodes for PC keyboards */ |
40 BYTE alpha_scancodes[26] = { | 40 BYTE alpha_scancodes[26] = { |
41 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38, 50, 49, 24, | 41 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38, 50, 49, 24, |
42 25, 16, 19, 31, 20, 22, 47, 17, 45, 21, 44 | 42 25, 16, 19, 31, 20, 22, 47, 17, 45, 21, 44 |
43 }; | 43 }; |
44 | |
44 BYTE keypad_scancodes[10] = { | 45 BYTE keypad_scancodes[10] = { |
45 82, 79, 80, 81, 75, 76, 77, 71, 72, 73 | 46 82, 79, 80, 81, 75, 76, 77, 71, 72, 73 |
46 }; | 47 }; |
47 | 48 |
48 void | 49 void |