Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1685:66267c6a0b12 | 1686:8d7fecceb9ef |
---|---|
50 { | 50 { |
51 Uint8 scancode; /**< keyboard specific scancode */ | 51 Uint8 scancode; /**< keyboard specific scancode */ |
52 Uint8 padding[3]; /**< alignment padding */ | 52 Uint8 padding[3]; /**< alignment padding */ |
53 Uint16 sym; /**< SDL virtual keysym */ | 53 Uint16 sym; /**< SDL virtual keysym */ |
54 Uint16 mod; /**< current key modifiers */ | 54 Uint16 mod; /**< current key modifiers */ |
55 Uint32 unicode; /**< OBSOLETE, use SDL_CharEvent instead */ | |
55 } SDL_keysym; | 56 } SDL_keysym; |
56 | 57 |
57 /* Function prototypes */ | 58 /* Function prototypes */ |
58 | 59 |
59 /** | 60 /** |