Mercurial > sdl-ios-xcode
changeset 2709:fd3f0f1147e7
Missing keysym defines
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 25 Aug 2008 05:30:28 +0000 |
parents | c9d71d0f987d |
children | 44e49d3fa6cf |
files | include/SDL_compat.h |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_compat.h Sat Jul 05 18:25:28 2008 +0000 +++ b/include/SDL_compat.h Mon Aug 25 05:30:28 2008 +0000 @@ -133,6 +133,16 @@ /* Obsolete or renamed key codes */ /* These key constants were renamed for clarity or consistency. */ +#define SDLK_0 '0' +#define SDLK_1 '1' +#define SDLK_2 '2' +#define SDLK_3 '3' +#define SDLK_4 '4' +#define SDLK_5 '5' +#define SDLK_6 '6' +#define SDLK_7 '7' +#define SDLK_8 '8' +#define SDLK_9 '9' #define SDLK_a 'a' #define SDLK_b 'b' #define SDLK_c 'c'