comparison src/video/x11/SDL_x11video.h @ 2305:fbe8ff44c519

First pass of new SDL scancode concept for X11.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 07 Feb 2008 15:31:09 +0000
parents dbc6d1893869
children 3202e4826c57
comparison
equal deleted inserted replaced
2304:50f58ce12497 2305:fbe8ff44c519
68 int numwindows; 68 int numwindows;
69 SDL_WindowData **windowlist; 69 SDL_WindowData **windowlist;
70 int mouse; 70 int mouse;
71 int keyboard; 71 int keyboard;
72 Atom WM_DELETE_WINDOW; 72 Atom WM_DELETE_WINDOW;
73 SDLKey *keyCodeToSDLKTable; 73 SDL_scancode key_layout[256];
74 } SDL_VideoData; 74 } SDL_VideoData;
75 75
76 #endif /* _SDL_x11video_h */ 76 #endif /* _SDL_x11video_h */
77 77
78 /* vi: set ts=4 sw=4 expandtab: */ 78 /* vi: set ts=4 sw=4 expandtab: */