Mercurial > sdl-ios-xcode
comparison src/video/directfb/SDL_DirectFB_events.c @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | 604d73db6802 |
children | c0a74f199ecf |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
29 #include <termios.h> | 29 #include <termios.h> |
30 | 30 |
31 #include <directfb.h> | 31 #include <directfb.h> |
32 | 32 |
33 #include "SDL.h" | 33 #include "SDL.h" |
34 #include "SDL_sysevents.h" | 34 #include "../SDL_sysvideo.h" |
35 #include "SDL_sysvideo.h" | 35 #include "../../events/SDL_sysevents.h" |
36 #include "SDL_events_c.h" | 36 #include "../../events/SDL_events_c.h" |
37 #include "SDL_DirectFB_video.h" | 37 #include "SDL_DirectFB_video.h" |
38 #include "SDL_DirectFB_events.h" | 38 #include "SDL_DirectFB_events.h" |
39 | 39 |
40 /* The translation tables from a DirectFB keycode to a SDL keysym */ | 40 /* The translation tables from a DirectFB keycode to a SDL keysym */ |
41 static SDLKey keymap[256]; | 41 static SDLKey keymap[256]; |