Mercurial > sdl-ios-xcode
comparison include/SDL.h @ 2674:f1d07ba2e275 gsoc2008_nds
Started adding framework for Touchscreen API, based on and (consistent with) the existing Joystick API.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Mon, 23 Jun 2008 11:55:26 +0000 |
parents | c9aa6bcb26f3 |
children | 3895761db26a |
comparison
equal
deleted
inserted
replaced
2673:24a6b3588eac | 2674:f1d07ba2e275 |
---|---|
107 #define SDL_INIT_TIMER 0x00000001 | 107 #define SDL_INIT_TIMER 0x00000001 |
108 #define SDL_INIT_AUDIO 0x00000010 | 108 #define SDL_INIT_AUDIO 0x00000010 |
109 #define SDL_INIT_VIDEO 0x00000020 | 109 #define SDL_INIT_VIDEO 0x00000020 |
110 #define SDL_INIT_CDROM 0x00000100 | 110 #define SDL_INIT_CDROM 0x00000100 |
111 #define SDL_INIT_JOYSTICK 0x00000200 | 111 #define SDL_INIT_JOYSTICK 0x00000200 |
112 #define SDL_INIT_TOUCHSCREEN 0x00000400 | |
112 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */ | 113 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */ |
113 #define SDL_INIT_EVENTTHREAD 0x01000000 /* Not supported on all OS's */ | 114 #define SDL_INIT_EVENTTHREAD 0x01000000 /* Not supported on all OS's */ |
114 #define SDL_INIT_EVERYTHING 0x0000FFFF | 115 #define SDL_INIT_EVERYTHING 0x0000FFFF |
115 | 116 |
116 /* This function loads the SDL dynamically linked library and initializes | 117 /* This function loads the SDL dynamically linked library and initializes |