comparison src/video/cocoa/SDL_cocoavideo.h @ 4503:524dfefd554c

Added an event when the clipboard is updated, triggered after the window gains the keyboard focus.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 08 Jul 2010 22:54:03 -0700
parents c2ebe3e020c6
children 514f811a4887
comparison
equal deleted inserted replaced
4502:b3540fa08474 4503:524dfefd554c
58 { 58 {
59 SInt32 osversion; 59 SInt32 osversion;
60 unsigned int modifierFlags; 60 unsigned int modifierFlags;
61 void *key_layout; 61 void *key_layout;
62 SDLTranslatorResponder *fieldEdit; 62 SDLTranslatorResponder *fieldEdit;
63 NSInteger clipboard_count;
63 Uint32 screensaver_activity; 64 Uint32 screensaver_activity;
64 } SDL_VideoData; 65 } SDL_VideoData;
65 66
66 #endif /* _SDL_cocoavideo_h */ 67 #endif /* _SDL_cocoavideo_h */
67 68