diff include/SDL_keyboard.h @ 1724:6c63fc2bd986 SDL-1.3

Proof of concept done - Win32 GDI implementation mostly complete.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 06 Jul 2006 07:17:11 +0000
parents 8d7fecceb9ef
children
line wrap: on
line diff
--- a/include/SDL_keyboard.h	Thu Jul 06 05:53:32 2006 +0000
+++ b/include/SDL_keyboard.h	Thu Jul 06 07:17:11 2006 +0000
@@ -52,7 +52,7 @@
     Uint8 padding[3];           /**< alignment padding */
     Uint16 sym;                 /**< SDL virtual keysym */
     Uint16 mod;                 /**< current key modifiers */
-    Uint32 unicode;             /**< OBSOLETE, use SDL_CharEvent instead */
+    Uint32 unicode;             /**< OBSOLETE, use SDL_TextInputEvent instead */
 } SDL_keysym;
 
 /* Function prototypes */