diff 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
line wrap: on
line diff
--- a/include/SDL_compat.h	Mon Feb 07 09:37:11 2011 -0800
+++ b/include/SDL_compat.h	Mon Feb 07 09:42:08 2011 -0800
@@ -219,6 +219,8 @@
 #define SDL_KeySym		SDL_Keysym
 #define SDL_scancode	SDL_Scancode
 #define SDL_ScanCode	SDL_Scancode
+#define SDLKey          SDL_Key
+#define SDLMod          SDL_Mod
 
 /** 
  *  \name Renamed keys