comparison include/SDL_config_iphoneos.h @ 4444:42e1092225f9

Implemented SDL power APIs for iPhoneOS.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 30 Apr 2010 00:39:31 -0400
parents f7b03b6838cb
children 06c7423f8c60
comparison
equal deleted inserted replaced
4443:c598e440c87c 4444:42e1092225f9
140 /* enable OpenGL ES */ 140 /* enable OpenGL ES */
141 #define SDL_VIDEO_OPENGL_ES 1 141 #define SDL_VIDEO_OPENGL_ES 1
142 #define SDL_VIDEO_RENDER_OGL_ES 1 142 #define SDL_VIDEO_RENDER_OGL_ES 1
143 143
144 /* Enable system power support */ 144 /* Enable system power support */
145 #define SDL_POWER_MACOSX 1 145 #define SDL_POWER_UIKIT 1
146 146
147 /* enable iPhone keyboard support */ 147 /* enable iPhone keyboard support */
148 #define SDL_IPHONE_KEYBOARD 0 148 #define SDL_IPHONE_KEYBOARD 0
149 149
150 /* Enable emulation of multiple mice through multi-touch */ 150 /* Enable emulation of multiple mice through multi-touch */