Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11keyboard.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 | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2304:50f58ce12497 | 2305:fbe8ff44c519 |
---|---|
23 | 23 |
24 #ifndef _SDL_x11keyboard_h | 24 #ifndef _SDL_x11keyboard_h |
25 #define _SDL_x11keyboard_h | 25 #define _SDL_x11keyboard_h |
26 | 26 |
27 extern int X11_InitKeyboard(_THIS); | 27 extern int X11_InitKeyboard(_THIS); |
28 extern SDLKey X11_GetLayoutKey(_THIS, SDLKey physicalKey); | 28 extern void X11_UpdateKeymap(_THIS); |
29 extern void X11_QuitKeyboard(_THIS); | 29 extern void X11_QuitKeyboard(_THIS); |
30 | 30 |
31 #endif /* _SDL_x11keyboard_h */ | 31 #endif /* _SDL_x11keyboard_h */ |
32 | 32 |
33 /* vi: set ts=4 sw=4 expandtab: */ | 33 /* vi: set ts=4 sw=4 expandtab: */ |