Mercurial > sdl-ios-xcode
comparison src/events/SDL_keyboard.c @ 5125:dc0dfdd58f27
Removed completely non-portable event thread hack.
Next I'll be working on generalizing the event sources and making the event queue lock-free. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 27 Jan 2011 22:44:08 -0800 |
parents | 25d4feb7c127 |
children | 572a73d71b5f |
comparison
equal
deleted
inserted
replaced
5124:0ec550f04bbc | 5125:dc0dfdd58f27 |
---|---|
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; |