Mercurial > sdl-ios-xcode
comparison src/video/uikit/SDL_uikitevents.m @ 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 | 4e4d814884aa |
children | 7b7da52e8775 |
comparison
equal
deleted
inserted
replaced
5124:0ec550f04bbc | 5125:dc0dfdd58f27 |
---|---|
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #include "../../events/SDL_sysevents.h" | |
25 #include "../../events/SDL_events_c.h" | 24 #include "../../events/SDL_events_c.h" |
26 | 25 |
27 #include "SDL_uikitvideo.h" | 26 #include "SDL_uikitvideo.h" |
28 #include "SDL_uikitevents.h" | 27 #include "SDL_uikitevents.h" |
29 | 28 |