equal
deleted
inserted
replaced
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 /** |