# HG changeset patch # User Holmes Futrell # Date 1217352354 0 # Node ID f0c16f5ecd75bc358d7bc910500681c52287a230 # Parent 6c31bbd56c4977a612df87d67af123b1ed0c771f Added SDL_IPHONE_KEYBOARD macro, which controls whether or not the SDL for iPhone is compiled with keyboard support or not. diff -r 6c31bbd56c49 -r f0c16f5ecd75 include/SDL_config_iphoneos.h --- a/include/SDL_config_iphoneos.h Tue Jul 29 17:23:50 2008 +0000 +++ b/include/SDL_config_iphoneos.h Tue Jul 29 17:25:54 2008 +0000 @@ -43,6 +43,9 @@ typedef unsigned long uintptr_t; +/* enable keyboard support */ +#define SDL_IPHONE_KEYBOARD 1 + /* enable OpenGL ES */ #define SDL_VIDEO_OPENGL_ES 1