Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
2168:07f084fe97d0 | 2169:13cf2d5eda86 |
---|---|
44 SInt32 osversion; | 44 SInt32 osversion; |
45 SDLKey keymap[256]; | 45 SDLKey keymap[256]; |
46 unsigned int modifierFlags; | 46 unsigned int modifierFlags; |
47 int mouse; | 47 int mouse; |
48 int keyboard; | 48 int keyboard; |
49 NSText *fieldEdit; | |
49 } SDL_VideoData; | 50 } SDL_VideoData; |
50 | 51 |
51 #endif /* _SDL_cocoavideo_h */ | 52 #endif /* _SDL_cocoavideo_h */ |
52 | 53 |
53 /* vi: set ts=4 sw=4 expandtab: */ | 54 /* vi: set ts=4 sw=4 expandtab: */ |