diff 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
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoavideo.h	Mon Feb 04 17:25:33 2008 +0000
+++ b/src/video/cocoa/SDL_cocoavideo.h	Tue Feb 05 07:19:23 2008 +0000
@@ -45,6 +45,7 @@
     unsigned int modifierFlags;
     int mouse;
     int keyboard;
+    void *key_layout;
     NSText *fieldEdit;
 } SDL_VideoData;