Mercurial > sdl-ios-xcode
diff include/SDL_keyboard.h @ 1686:8d7fecceb9ef SDL-1.3
Added the unicode keysym memory again for backwards compatibility.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 18 Jun 2006 13:47:19 +0000 |
parents | 7688a73b25b1 |
children | 6c63fc2bd986 |
line wrap: on
line diff
--- a/include/SDL_keyboard.h Sun Jun 18 07:31:45 2006 +0000 +++ b/include/SDL_keyboard.h Sun Jun 18 13:47:19 2006 +0000 @@ -52,6 +52,7 @@ Uint8 padding[3]; /**< alignment padding */ Uint16 sym; /**< SDL virtual keysym */ Uint16 mod; /**< current key modifiers */ + Uint32 unicode; /**< OBSOLETE, use SDL_CharEvent instead */ } SDL_keysym; /* Function prototypes */