Mercurial > sdl-ios-xcode
comparison include/SDL_compat.h @ 5224:c1a92e61907d
Renamed SDLKey and SDLMod for consistency
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 07 Feb 2011 09:42:08 -0800 |
parents | 572a73d71b5f |
children | 1fbe1c202501 |
comparison
equal
deleted
inserted
replaced
5223:572a73d71b5f | 5224:c1a92e61907d |
---|---|
217 | 217 |
218 #define SDL_keysym SDL_Keysym | 218 #define SDL_keysym SDL_Keysym |
219 #define SDL_KeySym SDL_Keysym | 219 #define SDL_KeySym SDL_Keysym |
220 #define SDL_scancode SDL_Scancode | 220 #define SDL_scancode SDL_Scancode |
221 #define SDL_ScanCode SDL_Scancode | 221 #define SDL_ScanCode SDL_Scancode |
222 #define SDLKey SDL_Key | |
223 #define SDLMod SDL_Mod | |
222 | 224 |
223 /** | 225 /** |
224 * \name Renamed keys | 226 * \name Renamed keys |
225 * | 227 * |
226 * These key constants were renamed for clarity or consistency. | 228 * These key constants were renamed for clarity or consistency. |