equal
deleted
inserted
replaced
24 /* General keyboard handling code for SDL */ |
24 /* General keyboard handling code for SDL */ |
25 |
25 |
26 #include "SDL_timer.h" |
26 #include "SDL_timer.h" |
27 #include "SDL_events.h" |
27 #include "SDL_events.h" |
28 #include "SDL_events_c.h" |
28 #include "SDL_events_c.h" |
29 #include "SDL_sysevents.h" |
29 #include "../video/SDL_sysvideo.h" |
30 |
30 |
31 |
31 |
32 /* Global keyboard information */ |
32 /* Global keyboard information */ |
33 |
33 |
34 typedef struct SDL_Keyboard SDL_Keyboard; |
34 typedef struct SDL_Keyboard SDL_Keyboard; |