Mercurial > sdl-ios-xcode
comparison include/SDL_config_iphoneos.h @ 4755:436183eb30c8
Merge with main repo (mainly for non-printable character fix)
author | dewyatt |
---|---|
date | Sun, 18 Jul 2010 13:48:23 -0400 |
parents | 06c7423f8c60 |
children | c5b9486688ce |
comparison
equal
deleted
inserted
replaced
4754:2072fed2f583 | 4755:436183eb30c8 |
---|---|
143 | 143 |
144 /* Enable system power support */ | 144 /* Enable system power support */ |
145 #define SDL_POWER_UIKIT 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 1 |
149 | 149 |
150 /* Enable emulation of multiple mice through multi-touch */ | 150 /* Set max recognized G-force from accelerometer |
151 #define SDL_IPHONE_MULTIPLE_MICE 1 | |
152 | |
153 /* Set max recognized G-force from acceleromter | |
154 See src/joystick/uikit/SDLUIAccelerationDelegate.m for notes on why this is needed | 151 See src/joystick/uikit/SDLUIAccelerationDelegate.m for notes on why this is needed |
155 */ | 152 */ |
156 #define SDL_IPHONE_MAX_GFORCE 5.0 | 153 #define SDL_IPHONE_MAX_GFORCE 5.0 |
157 | 154 |
158 #endif /* _SDL_config_iphoneos_h */ | 155 #endif /* _SDL_config_iphoneos_h */ |