comparison src/video/cocoa/SDL_cocoavideo.h @ 2303:d87417504c75

First pass implementation of new SDL scancode concept, as discussed with Christian Walther. Currently only implemented on Mac OS X for sanity checking purposes.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 05 Feb 2008 07:19:23 +0000
parents 4baee598306d
children 44be910366a9
comparison
equal deleted inserted replaced
2302:7ae1c419b626 2303:d87417504c75
43 { 43 {
44 SInt32 osversion; 44 SInt32 osversion;
45 unsigned int modifierFlags; 45 unsigned int modifierFlags;
46 int mouse; 46 int mouse;
47 int keyboard; 47 int keyboard;
48 void *key_layout;
48 NSText *fieldEdit; 49 NSText *fieldEdit;
49 } SDL_VideoData; 50 } SDL_VideoData;
50 51
51 #endif /* _SDL_cocoavideo_h */ 52 #endif /* _SDL_cocoavideo_h */
52 53