diff src/video/cocoa/SDL_cocoavideo.h @ 2169:13cf2d5eda86

Added key composition support, courtesy of Kuon
author Sam Lantinga <slouken@libsdl.org>
date Wed, 11 Jul 2007 08:09:20 +0000
parents 25d6537feea4
children 4baee598306d
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoavideo.h	Wed Jul 11 07:39:01 2007 +0000
+++ b/src/video/cocoa/SDL_cocoavideo.h	Wed Jul 11 08:09:20 2007 +0000
@@ -46,6 +46,7 @@
     unsigned int modifierFlags;
     int mouse;
     int keyboard;
+    NSText *fieldEdit;
 } SDL_VideoData;
 
 #endif /* _SDL_cocoavideo_h */