Mercurial > sdl-ios-xcode
comparison include/SDL_compat.h @ 2709:fd3f0f1147e7
Missing keysym defines
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 25 Aug 2008 05:30:28 +0000 |
parents | c1a390f6a819 |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2708:c9d71d0f987d | 2709:fd3f0f1147e7 |
---|---|
131 struct SDL_SysWMinfo; | 131 struct SDL_SysWMinfo; |
132 | 132 |
133 /* Obsolete or renamed key codes */ | 133 /* Obsolete or renamed key codes */ |
134 | 134 |
135 /* These key constants were renamed for clarity or consistency. */ | 135 /* These key constants were renamed for clarity or consistency. */ |
136 #define SDLK_0 '0' | |
137 #define SDLK_1 '1' | |
138 #define SDLK_2 '2' | |
139 #define SDLK_3 '3' | |
140 #define SDLK_4 '4' | |
141 #define SDLK_5 '5' | |
142 #define SDLK_6 '6' | |
143 #define SDLK_7 '7' | |
144 #define SDLK_8 '8' | |
145 #define SDLK_9 '9' | |
136 #define SDLK_a 'a' | 146 #define SDLK_a 'a' |
137 #define SDLK_b 'b' | 147 #define SDLK_b 'b' |
138 #define SDLK_c 'c' | 148 #define SDLK_c 'c' |
139 #define SDLK_d 'd' | 149 #define SDLK_d 'd' |
140 #define SDLK_e 'e' | 150 #define SDLK_e 'e' |