Mercurial > sdl-ios-xcode
comparison include/SDL_config_iphoneos.h @ 3170:b7a48f533966
Initial work on power subsystem for SDL 1.3.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 07 Jun 2009 06:06:35 +0000 |
parents | fb256fee28d8 |
children | b91354fa65a2 |
comparison
equal
deleted
inserted
replaced
3169:f294338ca6eb | 3170:b7a48f533966 |
---|---|
129 | 129 |
130 /* enable OpenGL ES */ | 130 /* enable OpenGL ES */ |
131 #define SDL_VIDEO_OPENGL_ES 1 | 131 #define SDL_VIDEO_OPENGL_ES 1 |
132 #define SDL_VIDEO_RENDER_OGL_ES 1 | 132 #define SDL_VIDEO_RENDER_OGL_ES 1 |
133 | 133 |
134 /* Enable system power support */ | |
135 #define SDL_POWER_MACOSX 1 | |
136 | |
134 /* enable iPhone keyboard support */ | 137 /* enable iPhone keyboard support */ |
135 #define SDL_IPHONE_KEYBOARD 1 | 138 #define SDL_IPHONE_KEYBOARD 1 |
136 | 139 |
137 /* Enable emulation of multiple mice through multi-touch */ | 140 /* Enable emulation of multiple mice through multi-touch */ |
138 #define SDL_IPHONE_MULTIPLE_MICE 1 | 141 #define SDL_IPHONE_MULTIPLE_MICE 1 |