Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added SDL_IPHONE_KEYBOARD macro, which controls whether or not the SD…
Browse files Browse the repository at this point in the history
…L for iPhone is compiled with keyboard support or not.
  • Loading branch information
Holmes Futrell committed Jul 29, 2008
1 parent 8dcf12b commit 5529dec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/SDL_config_iphoneos.h
Expand Up @@ -43,6 +43,9 @@ typedef unsigned int uint32_t;

typedef unsigned long uintptr_t;

/* enable keyboard support */
#define SDL_IPHONE_KEYBOARD 1

/* enable OpenGL ES */
#define SDL_VIDEO_OPENGL_ES 1

Expand Down

0 comments on commit 5529dec

Please sign in to comment.