comparison include/SDL_config_iphoneos.h @ 2408:f0c16f5ecd75 gsoc2008_iphone

Added SDL_IPHONE_KEYBOARD macro, which controls whether or not the SDL for iPhone is compiled with keyboard support or not.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Tue, 29 Jul 2008 17:25:54 +0000
parents 83a6323c3f40
children 826210ef2c10
comparison
equal deleted inserted replaced
2407:6c31bbd56c49 2408:f0c16f5ecd75
40 #ifndef size_t 40 #ifndef size_t
41 //typedef unsigned int size_t; 41 //typedef unsigned int size_t;
42 #endif 42 #endif
43 43
44 typedef unsigned long uintptr_t; 44 typedef unsigned long uintptr_t;
45
46 /* enable keyboard support */
47 #define SDL_IPHONE_KEYBOARD 1
45 48
46 /* enable OpenGL ES */ 49 /* enable OpenGL ES */
47 #define SDL_VIDEO_OPENGL_ES 1 50 #define SDL_VIDEO_OPENGL_ES 1
48 51
49 #define SDL_VIDEO_RENDER_OGL_ES 1 52 #define SDL_VIDEO_RENDER_OGL_ES 1