changeset 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 6c31bbd56c49
children 8cd70487d040
files include/SDL_config_iphoneos.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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