Mercurial > sdl-ios-xcode
comparison src/video/aalib/SDL_aaevents.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 | c9b51268668f |
children | c0a74f199ecf |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
25 #include <stdio.h> | 25 #include <stdio.h> |
26 | 26 |
27 #include <aalib.h> | 27 #include <aalib.h> |
28 | 28 |
29 #include "SDL.h" | 29 #include "SDL.h" |
30 #include "SDL_sysevents.h" | 30 #include "../../events/SDL_sysevents.h" |
31 #include "SDL_events_c.h" | 31 #include "../../events/SDL_events_c.h" |
32 #include "SDL_aavideo.h" | 32 #include "SDL_aavideo.h" |
33 #include "SDL_aaevents_c.h" | 33 #include "SDL_aaevents_c.h" |
34 | 34 |
35 /* The translation tables from a console scancode to a SDL keysym */ | 35 /* The translation tables from a console scancode to a SDL keysym */ |
36 static SDLKey keymap[401]; | 36 static SDLKey keymap[401]; |