Mercurial > sdl-ios-xcode
comparison include/SDL.h @ 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 | a9a3b9852a4a |
children | 2f44e6969a59 |
comparison
equal
deleted
inserted
replaced
5124:0ec550f04bbc | 5125:dc0dfdd58f27 |
---|---|
114 #define SDL_INIT_AUDIO 0x00000010 | 114 #define SDL_INIT_AUDIO 0x00000010 |
115 #define SDL_INIT_VIDEO 0x00000020 | 115 #define SDL_INIT_VIDEO 0x00000020 |
116 #define SDL_INIT_JOYSTICK 0x00000200 | 116 #define SDL_INIT_JOYSTICK 0x00000200 |
117 #define SDL_INIT_HAPTIC 0x00001000 | 117 #define SDL_INIT_HAPTIC 0x00001000 |
118 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */ | 118 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */ |
119 #define SDL_INIT_EVENTTHREAD 0x01000000 /**< Not supported on all OS's */ | |
120 #define SDL_INIT_EVERYTHING 0x0000FFFF | 119 #define SDL_INIT_EVERYTHING 0x0000FFFF |
121 /*@}*/ | 120 /*@}*/ |
122 | 121 |
123 /** | 122 /** |
124 * This function initializes the subsystems specified by \c flags | 123 * This function initializes the subsystems specified by \c flags |